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 589f11d commit 9b211d4Copy full SHA for 9b211d4
.github/workflows/lint-js-and-ruby.yml
@@ -47,9 +47,13 @@ jobs:
47
yarn install --no-progress --no-emoji
48
- name: Install Ruby Gems for package
49
run: bundle check --path=vendor/bundle || bundle _2.5.9_ install --path=vendor/bundle --jobs=4 --retry=3
50
- - name: Linting of Ruby
+ - name: Lint Ruby
51
run: bundle exec rubocop
52
- - name: Linting of JS
+ - name: Detect dead code
53
+ run: |
54
+ yarn run knip
55
+ yarn run knip --production
56
+ - name: Lint JS
57
run: yarn start lint
58
- name: Check formatting
59
run: yarn start format.listDifferent
0 commit comments