Skip to content

Commit efbba35

Browse files
committed
🔄 Created local '.github/workflows/basic-linters.yml' from remote 'workflows/base/basic-linters.yml'
1 parent 44e699b commit efbba35

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Vality basic linters
2+
3+
on:
4+
pull_request:
5+
branches:
6+
- "*"
7+
8+
jobs:
9+
lint:
10+
uses: valitydev/base-workflows/.github/workflows/basic-linters.yml@v1

0 commit comments

Comments
 (0)