We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b805ec commit ff9ba6eCopy full SHA for ff9ba6e
.github/workflows/rails_mysql_ci.yml
@@ -22,7 +22,6 @@ jobs:
22
uses: ruby/setup-ruby@v1
23
with:
24
working-directory: ${{ env.rails_app_root }}
25
- ruby-version: .ruby-version
26
bundler-cache: true
27
28
- name: Scan for common Rails security vulnerabilities using static analysis
@@ -41,7 +40,6 @@ jobs:
41
40
42
43
44
45
46
47
- name: Lint code for consistent style
0 commit comments