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 345cca0 commit 0908dc5Copy full SHA for 0908dc5
.github/workflows/rubocop.yml
@@ -4,19 +4,12 @@ on:
4
push:
5
branches:
6
- master
7
+
8
+concurrency:
9
+ group: ${{ github.ref_name }}
10
+ cancel-in-progress: true
11
12
jobs:
13
rubocop:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v2
- - name: Setup Ruby
- uses: ruby/setup-ruby@v1
14
- with:
15
- ruby-version: 2.7
16
- bundler-cache: true
17
- - name: Setup rubocop
18
- run: |
19
- gem install bundler
20
- - name: Execute rubocop
21
22
- bundle exec rubocop
+ name: Rubocop
+ uses: theforeman/actions/.github/workflows/rubocop.yml@v0
0 commit comments