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.
2 parents 498dde7 + eca2de9 commit 2838ff7Copy full SHA for 2838ff7
.github/workflows/ci.yml
@@ -84,10 +84,10 @@ jobs:
84
run: bundle exec bundler-audit --update
85
- name: Security audit application code
86
run: bundle exec brakeman -q -w2
87
+ # TODO(plural): Uncomment when lint errors are clean and we want to block on them.
88
# - name: Lint Ruby files
89
# run: bin/rubocop --parallel
90
-
91
build_and_push:
92
name: Build docker image
93
if: (github.ref == 'refs/heads/main') || (github.event_name == 'release')
0 commit comments