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 5a7a3a4 commit 6bc6475Copy full SHA for 6bc6475
.github/workflows/ci.yml
@@ -33,3 +33,18 @@ jobs:
33
34
- name: Run tests
35
run: docker compose run ci
36
+
37
+ standardrb:
38
+ name: standardrb
39
+ runs-on: ubuntu-22.04
40
+ steps:
41
+ - uses: actions/checkout@v4
42
43
+ - uses: ruby/setup-ruby@v1
44
+ with:
45
+ ruby-version: "3.4.1"
46
+ bundler-cache: true
47
48
+ - name: Check standardrb
49
+ shell: bash
50
+ run: bundle exec standardrb
0 commit comments