Skip to content

Commit b339f32

Browse files
committed
Run lint in CI
1 parent 73ad84b commit b339f32

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,10 @@ jobs:
3232
run: bundle --version
3333
- name: Check that Bundler works
3434
run: bundle install
35+
36+
lint:
37+
runs-on: ubuntu-latest
38+
steps:
39+
- uses: actions/checkout@v2
40+
- run: yarn install
41+
- run: yarn run lint

0 commit comments

Comments
 (0)