Skip to content

feat: Lint YAML files and add linting workflow #11

feat: Lint YAML files and add linting workflow

feat: Lint YAML files and add linting workflow #11

Workflow file for this run

---
name: commit
on: # yamllint disable-line rule:truthy
pull_request:
branches: [main]
jobs:
no-merge:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run test
uses: NexusPHP/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}