Skip to content

Commit

Permalink
Switch from workflow to manual linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
tristandunn committed Feb 22, 2024
1 parent 7163d27 commit 2731688
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,16 +83,14 @@ jobs:
cache: "yarn"
- name: Install the Node dependencies
run: yarn install
- name: Lint the code
uses: wearerequired/lint-action@v2
with:
ERBLINT: true
ERBLINT_COMMAND_PREFIX: bundle exec
ESLINT: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RUBOCOP: true
RUBOCOP_COMMAND_PREFIX: bundle exec
STYLELINT: true
- name: Lint the ERB
run: bundle exec erblint .
- name: Lint the Ruby
run: bundle exec rubocop --parallel
- name: Lint the JavaScript
run: yarn lint
- name: Lint the CSS
run: yarn lint:css

Vulnerabilities:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2731688

Please sign in to comment.