Skip to content

Update project to use new shared script library #2

Update project to use new shared script library

Update project to use new shared script library #2

Workflow file for this run

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