Skip to content

doc: clarify directive placement #18

doc: clarify directive placement

doc: clarify directive placement #18

Workflow file for this run

name: Lint
# Make sure only one action triggers the job, otherwise pushing to a
# pull-request will run it twice.
on:
pull_request:
branches:
- "*"
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Install yamllint
run: sudo apt-get install -y yamllint
- name: "Clone Repository"
uses: actions/checkout@v4
- name: Run linters
run: make lint