chore(deps): update dependency rubocop to v1.68.0 #135
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: tests | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
branches: | |
- main | |
jobs: | |
lint: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout current project revision | |
uses: actions/checkout@v4 | |
- name: Configure Ruby environment | |
uses: ruby/setup-ruby@v1 | |
with: | |
ruby-version: '.tool-versions' | |
- name: Install Rubocop | |
run: gem install rubocop | |
- name: Run lint task with Rubocop | |
run: rubocop |