Skip to content

Commit 1f3ef63

Browse files
committed
Integrate RuboCop into test workflow
1 parent 2643be8 commit 1f3ef63

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/test.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,16 @@ env:
2020
ARM_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
2121

2222
jobs:
23+
lint:
24+
runs-on: ubuntu-latest
25+
steps:
26+
- uses: actions/checkout@v4
27+
- name: Setup Ruby
28+
uses: ruby/setup-ruby@v1
29+
with:
30+
bundler-cache: true
31+
- name: RuboCop
32+
run: bundle exec rubocop
2333
deploy-infrastructure:
2434
runs-on: ubuntu-latest
2535
if: startsWith(github.ref, 'refs/tags/test')

0 commit comments

Comments
 (0)