Skip to content

Commit

Permalink
Try the devcontainer gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
suprjinx committed Aug 22, 2024
1 parent 844ca71 commit 2cb017e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,8 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: .ruby-version
bundler-cache: true
- name: Set up DevContainer
uses: devcontainers/[email protected]

- name: Scan for common Rails security vulnerabilities using static analysis
run: bin/brakeman --no-pager
Expand Down

0 comments on commit 2cb017e

Please sign in to comment.