Skip to content

Commit 6bc6475

Browse files
committed
Added Standard.rb job to CI
1 parent 5a7a3a4 commit 6bc6475

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/ci.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,18 @@ jobs:
3333

3434
- name: Run tests
3535
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

Comments
 (0)