Files
chromebrew/.github/workflows/YAMLlint.yml
2023-11-13 02:46:43 -05:00

11 lines
193 B
YAML

---
name: YAMLLint
on: workflow_call
jobs:
yamllint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: YAMLLint
uses: reviewdog/action-yamllint@v1