Skip to content

Commit b5dd91e

Browse files
committed
Update workflow
1 parent 6fc5a72 commit b5dd91e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches: [ main ]
66
pull_request:
77
branches: [ main ]
8+
workflow_call: # Add this line to make it reusable
89

910
jobs:
1011
test:
@@ -27,9 +28,8 @@ jobs:
2728
- name: Run tests
2829
run: bundle exec rspec
2930

30-
- name: Run RuboCop (if you add it)
31-
run: bundle exec rubocop
32-
continue-on-error: true
31+
- name: Run Standard
32+
run: bundle exec standardrb
3333

3434
security:
3535
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)