Skip to content

Commit a72a04b

Browse files
committed
Remove unused GitHub workflow
1 parent bb9cccd commit a72a04b

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,6 @@ jobs:
2222
- name: Scan for common Rails security vulnerabilities using static analysis
2323
run: bin/brakeman --no-pager
2424

25-
scan_js:
26-
runs-on: ubuntu-latest
27-
28-
steps:
29-
- name: Checkout code
30-
uses: actions/checkout@v4
31-
32-
- name: Set up Ruby
33-
uses: ruby/setup-ruby@v1
34-
with:
35-
ruby-version: .ruby-version
36-
bundler-cache: true
37-
38-
- name: Scan for security vulnerabilities in JavaScript dependencies
39-
run: bin/importmap audit
40-
4125
lint:
4226
runs-on: ubuntu-latest
4327
steps:

0 commit comments

Comments
 (0)