We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d08be42 commit 346e3c7Copy full SHA for 346e3c7
.github/workflows/build.yml
@@ -30,3 +30,16 @@ jobs:
30
run: bundle install
31
- name: Run test
32
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
0 commit comments