mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
15 lines
281 B
YAML
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
|