diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d58c2aa..2098f1f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,21 +24,6 @@ jobs: - name: Scan for known security vulnerabilities in gems used run: bin/bundler-audit - scan_js: - runs-on: ubuntu-latest - - steps: - - name: Checkout code - uses: actions/checkout@v6 - - - name: Set up Ruby - uses: ruby/setup-ruby@v1 - with: - bundler-cache: true - - - name: Scan for security vulnerabilities in JavaScript dependencies - run: bin/importmap audit - lint: runs-on: ubuntu-latest env: