Files
chromebrew/.github/workflows/YAMLlint.yml
Maximilian Downey Twiss 41a708c1c5 Refactor workflow files (#8355)
* Refactor workflow files

* Fix YAMLlint errors
2023-06-13 23:42:56 -04:00

15 lines
281 B
YAML

---
name: YAMLLint
on: workflow_call
jobs:
yamllint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: YAMLLint
uses: ibiqlik/action-yamllint@v3
with:
config_file: .yamllint.yml