Skip to content

Commit 346e3c7

Browse files
authored
Activate linter in CI (#508)
1 parent d08be42 commit 346e3c7

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

.github/workflows/build.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,16 @@ jobs:
3030
run: bundle install
3131
- name: Run test
3232
run: bundle exec rake
33+
34+
standard:
35+
name: Run standard
36+
runs-on: 'ubuntu-latest'
37+
steps:
38+
- uses: actions/checkout@v4
39+
- uses: ruby/setup-ruby@v1
40+
with:
41+
ruby-version: "3.1"
42+
- name: Setup project
43+
run: bundle install
44+
- name: Run test
45+
run: bundle exec rake standard

.standard_todo.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)