Skip to content

Commit f321e49

Browse files
committed
Fix Code Quality CI config
1 parent 9681e79 commit f321e49

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/code_quality.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
name: 'Code quality'
22
on:
33
workflow_call:
4-
inputs:
5-
docker_image:
6-
type: string
7-
required: true
84

95
defaults:
106
run:
@@ -21,11 +17,6 @@ jobs:
2117

2218
rubocop:
2319
runs-on: ubuntu-latest
24-
container:
25-
image: ${{ inputs.docker_image }}
26-
credentials:
27-
username: ${{ github.actor }}
28-
password: ${{ secrets.github_token }}
2920
steps:
3021
- name: Inspecting with Rubocop
3122
run: rubocop

0 commit comments

Comments
 (0)