Skip to content

Commit faece38

Browse files
committed
add linting to workflow
Signed-off-by: shmck <shawn.j.mckay@gmail.com>
1 parent 329e791 commit faece38

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: CI
22
on: push
33
jobs:
4+
lint:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- uses: actions/checkout@v2
8+
- name: Lint
9+
run: yarn lint
410
build-extension:
511
runs-on: ubuntu-latest
612
steps:

0 commit comments

Comments
 (0)