Skip to content

Commit 8713f93

Browse files
authored
Update superlinter.yml
1 parent 9a2bbab commit 8713f93

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

.github/workflows/superlinter.yml

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

33
on:
4-
pull_request:
5-
branches: ['application-implementation'] # Trigger on PRs to application-implementation branch
64
push:
7-
branches: ['application-implementation'] # Trigger on pushes to application-implementation branch
5+
branches:
6+
- main
7+
- 'feature/**'
8+
pull_request:
89

910
jobs:
1011
lint:
1112
runs-on: ubuntu-latest
1213
steps:
1314
- uses: actions/checkout@v4
14-
15-
# Super-Linter ships with rules for JS, TS, Python, Markdown, JSON…
16-
- name: Code Lint
15+
- name: Run Super-Linter
1716
uses: github/super-linter/slim@v6
1817
env:
19-
DEFAULT_BRANCH: application-implementation # Update default branch to application-implementation
2018
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
21-
# Optional: turn off languages you don’t use
22-
# DISABLE_LINTERS: 'RUBY,GO'
19+
DEFAULT_BRANCH: main

0 commit comments

Comments
 (0)