Skip to content

chore(deps-dev): Bump rubocop from 1.63.4 to 1.63.5 #703

chore(deps-dev): Bump rubocop from 1.63.4 to 1.63.5

chore(deps-dev): Bump rubocop from 1.63.4 to 1.63.5 #703

Workflow file for this run

name: Test
on: [pull_request]
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Run RuboCop
run: bundle exec rubocop
- name: Run HAML-Lint
run: bundle exec haml-lint source
prettier:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
cache: npm
- run: npm install
- name: Prettier JS
run: npx prettier --check assets/javascripts