Skip to content

Commit 9a21e01

Browse files
committed
🔄 Created local '.github/workflows/basic-linters.yml' from remote 'workflow-templates/basic-linters.yml'
1 parent cb53790 commit 9a21e01

File tree

1 file changed

+15
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)