Skip to content

Commit 919fbdf

Browse files
authored
Update superlinter.yml
1 parent e2662d7 commit 919fbdf

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.github/workflows/superlinter.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
name: Super-Linter
22

33
on:
4-
push:
54
pull_request:
5+
push:
6+
branches: ['**']
67

78
jobs:
8-
super-lint:
9-
name: Lint code base
9+
lint:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- name: Checkout code
13-
uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1413

15-
- name: Run Super-Linter
16-
uses: github/super-linter@latest
14+
# Super-Linter ships with rules for JS, TS, Python, Markdown, JSON…
15+
- name: Code Lint
16+
uses: github/super-linter/slim@v6
1717
env:
1818
DEFAULT_BRANCH: main
1919
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20-
VALIDATE_MARKDOWN: false
20+
# Optional: turn off languages you don’t use
21+
# DISABLE_LINTERS: 'RUBY,GO'

0 commit comments

Comments
 (0)