diff options
Diffstat (limited to 'libs/game_gamebryo/.github/workflows/linting.yml')
| -rw-r--r-- | libs/game_gamebryo/.github/workflows/linting.yml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/libs/game_gamebryo/.github/workflows/linting.yml b/libs/game_gamebryo/.github/workflows/linting.yml deleted file mode 100644 index 1b8fe2a..0000000 --- a/libs/game_gamebryo/.github/workflows/linting.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Lint GameBryo Library - -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: "." |
