Skip to content

chore: set git user as github-actions[bot] #6

chore: set git user as github-actions[bot]

chore: set git user as github-actions[bot] #6

Workflow file for this run

---
name: lint yaml files
"on":
pull_request:
branches:
- main
jobs:
lintAllTheThings:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: yaml-lint
uses: ibiqlik/action-yamllint@v3
with:
config_file: .github/yaml-lint/.config.yaml