Skip to content

Update project to use new shared script library #8

Update project to use new shared script library

Update project to use new shared script library #8

Workflow file for this run

---
name: Yamllint
on: # yamllint disable-line rule:truthy
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Run yamllint
run: make yamllint