Skip to content

Commit

Permalink
Activate linter in CI (#508)
Browse files Browse the repository at this point in the history
  • Loading branch information
unused authored Nov 18, 2024
1 parent d08be42 commit 346e3c7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,16 @@ jobs:
run: bundle install
- name: Run test
run: bundle exec rake

standard:
name: Run standard
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.1"
- name: Setup project
run: bundle install
- name: Run test
run: bundle exec rake standard
6 changes: 0 additions & 6 deletions .standard_todo.yml

This file was deleted.

0 comments on commit 346e3c7

Please sign in to comment.