Skip to content

Zephyr v3.6.0 -> v3.7.0 (LTS) #38

Zephyr v3.6.0 -> v3.7.0 (LTS)

Zephyr v3.6.0 -> v3.7.0 (LTS) #38

Workflow file for this run

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