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

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: "."
          exclude-regex: "third-party"