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 2db1a25 commit 9a7cdd5Copy full SHA for 9a7cdd5
.github/workflows/ci.yml
@@ -21,6 +21,9 @@ jobs:
21
POSTGRES_DB: demo_rails5_test
22
- name: check style + security
23
run: |
24
+ fluentci run --wasm devbox setup
25
+ devbox init
26
+ devbox add ruby@$RUBY_VERSION postgresql mysql pkg-config
27
fluentci run --wasm ruby bundle_exec rubocop
28
fluentci run --wasm ruby bundle_exec brakeman
29
env:
0 commit comments