WIP
This commit is contained in:
5
.github/workflows/onpush_superlinter.yml
vendored
5
.github/workflows/onpush_superlinter.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user