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

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: "."