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

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"