Run lint in CI

This commit is contained in:
Benoit Daloze
2020-01-06 22:00:30 +01:00
parent 73ad84b99b
commit b339f321d1
+7
View File
@@ -32,3 +32,10 @@ jobs:
run: bundle --version
- name: Check that Bundler works
run: bundle install
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: yarn install
- run: yarn run lint