mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-10 07:57:59 -05:00
11 lines
193 B
YAML
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
|