Skip to content

Commit 5431010

Browse files
committed
test
1 parent d565dec commit 5431010

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,11 @@ jobs:
1313
permissions:
1414
contents: write
1515
statuses: write
16-
1716
runs-on: ubuntu-latest
18-
1917
steps:
20-
- name: Checkout code
21-
uses: actions/checkout@v4
18+
- uses: actions/checkout@v4
2219
with:
2320
fetch-depth: 0
24-
2521
- name: Super-linter
2622
uses: super-linter/super-linter/slim@v7.3.0
2723
env:
@@ -39,8 +35,6 @@ jobs:
3935
VALIDATE_JAVASCRIPT_ES: false
4036
VALIDATE_JSCPD: false
4137
FIX_MARKDOWN: false
42-
43-
4438
- name: Commit and push linting fixes
4539
if: >
4640
github.event_name == 'pull_request' &&

0 commit comments

Comments
 (0)