Skip to content

Zephyr v3.4.0 -> v3.5.0-rc2 (#38) #25

Zephyr v3.4.0 -> v3.5.0-rc2 (#38)

Zephyr v3.4.0 -> v3.5.0-rc2 (#38) #25

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
jobs:
hadolint:
name: hadolint
runs-on: ubuntu-20.04
env:
HADOLINT_RECURSIVE: "true"
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Run hadolint
uses: hadolint/[email protected]
with:
dockerfile: Dockerfile
recursive: true