summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/lint.yml
blob: e04d0fc7520dee36f090c902a494f26bbecdabd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
name: ❄️ Lint

on: [pull_request]

jobs:
  yamllint:
    name: 🍶 YAML
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - name: 🧹 YAML Lint
        uses: ibiqlik/action-yamllint@v3