This commit is contained in:
2024-06-17 23:52:59 +02:00
parent 1cbda19e27
commit beb29ae9bf
2 changed files with 223 additions and 666 deletions

View File

@@ -9,9 +9,9 @@ name: Lint On Change
on:
push:
branches: [ master ]
branches: [main]
pull_request:
branches: [ master ]
branches: [main]
jobs:
run-lint:
@@ -20,7 +20,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
with:
# Full git history is needed to get a proper list of changed files within `super-linter`
fetch-depth: 0
- name: Lint Code Base