aboutsummaryrefslogtreecommitdiff
path: root/libs/usvfs/.github/workflows/linting.yml
diff options
context:
space:
mode:
Diffstat (limited to 'libs/usvfs/.github/workflows/linting.yml')
-rw-r--r--libs/usvfs/.github/workflows/linting.yml17
1 files changed, 0 insertions, 17 deletions
diff --git a/libs/usvfs/.github/workflows/linting.yml b/libs/usvfs/.github/workflows/linting.yml
deleted file mode 100644
index d5e3f4b..0000000
--- a/libs/usvfs/.github/workflows/linting.yml
+++ /dev/null
@@ -1,17 +0,0 @@
-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"