dots/.github/workflows/yamlLint.yml
Yongmin Hong 7b5aed5b48
meta: Add arclint and supporting files
Summary:
Mostly lint and CIs

Signed-off-by: Yongmin Hong <revi@omglol.email>

Test Plan: Is there one?

Reviewers: O1 revi & automations, revi

Reviewed By: O1 revi & automations, revi

Differential Revision: https://issuetracker.revi.xyz/D78
2024-05-12 18:58:04 +09:00

22 lines
364 B
YAML

---
name: YAML Lint
on:
push:
paths:
- '**.yml'
- '**.yaml'
- '.yamllint'
pull_request:
paths:
- '**.yml'
- '**.yaml'
- '.yamllint'
workflow_dispatch:
jobs:
lint-everything:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: yaml-lint
uses: ibiqlik/action-yamllint@v3