Skip to content

Commit 48ff42e

Browse files
author
Patrick Eichler
committed
chore(): add linter workflow
1 parent 916ff03 commit 48ff42e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/super-linter.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Super-Linter
2+
3+
on: push
4+
5+
jobs:
6+
super-lint:
7+
name: Lint code base
8+
runs-on: ubuntu-latest
9+
steps:
10+
- name: Checkout code
11+
uses: actions/checkout@v2
12+
13+
- name: Run Super-Linter
14+
uses: github/super-linter@v3
15+
env:
16+
DEFAULT_BRANCH: main
17+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)