We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73ad84b commit b339f32Copy full SHA for b339f32
1 file changed
.github/workflows/test.yml
@@ -32,3 +32,10 @@ jobs:
32
run: bundle --version
33
- name: Check that Bundler works
34
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