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 b4275c4Copy full SHA for b4275c4
.github/workflows/ci.yml
@@ -21,6 +21,11 @@ jobs:
21
POSTGRES_DB: demo_rails5_test
22
- name: check style + security
23
run: |
24
+ sudo apt-get update
25
+ sudo apt-get install -y libpq-dev libmysqlclient-dev build-essential
26
+ fluentci run --wasm devbox setup
27
+ devbox init
28
+ devbox add ruby@$RUBY_VERSION
29
fluentci run --wasm ruby bundle_exec rubocop
30
fluentci run --wasm ruby bundle_exec brakeman
31
env:
0 commit comments