Skip to content

Commit ff9ba6e

Browse files
committed
Clean up workflow
1 parent 6b805ec commit ff9ba6e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/rails_mysql_ci.yml

-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
uses: ruby/setup-ruby@v1
2323
with:
2424
working-directory: ${{ env.rails_app_root }}
25-
ruby-version: .ruby-version
2625
bundler-cache: true
2726

2827
- name: Scan for common Rails security vulnerabilities using static analysis
@@ -41,7 +40,6 @@ jobs:
4140
uses: ruby/setup-ruby@v1
4241
with:
4342
working-directory: ${{ env.rails_app_root }}
44-
ruby-version: .ruby-version
4543
bundler-cache: true
4644

4745
- name: Lint code for consistent style

0 commit comments

Comments
 (0)