Skip to content

Commit 1c1ebc1

Browse files
committed
super-linter
1 parent 2bedd09 commit 1c1ebc1

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
name: Super-linter
3+
4+
on:
5+
push:
6+
branches-ignore:
7+
# notest branches to ignore testing of partial online commits
8+
- "notest/**"
9+
10+
pull_request:
11+
branches-ignore:
12+
# notest branches to ignore testing of partial online commits
13+
- "notest/**"
14+
15+
permissions:
16+
contents: read
17+
18+
jobs:
19+
super-linter:
20+
uses: WorkOfStan/seablast-actions/.github/workflows/linter.yml@v0.2.3
21+
with:
22+
runs-on: "ubuntu-latest"

0 commit comments

Comments
 (0)