aboutsummaryrefslogtreecommitdiff
path: root/libs/bsatk/.github/workflows/linting.yml
blob: 6f01385866e1c66d7e93e5ca6938f5d6429e2395 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name: Lint BSATK

on:
  push:
  pull_request:
    types: [opened, synchronize, reopened]

jobs:
  lint:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
      - name: Check format
        uses: ModOrganizer2/check-formatting-action@master
        with:
          check-path: "."