Skip to content

Commit aa6367b

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

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: .github/workflows/test.yml

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
name: CI
22
on: push
33
jobs:
4+
lint:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- uses: actions/checkout@v2
8+
- name: Install modules
9+
run: yarn install
10+
- name: Lint
11+
run: yarn lint
412
build-extension:
513
runs-on: ubuntu-latest
614
steps:

0 commit comments

Comments
 (0)