Skip to content

fix: resolve CodeQL, Gitleaks, Black, and Standard JS CI failures #431

fix: resolve CodeQL, Gitleaks, Black, and Standard JS CI failures

fix: resolve CodeQL, Gitleaks, Black, and Standard JS CI failures #431

Workflow file for this run

name: NodeJS with Webpack
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x, 22.x]
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a
with:
node-version: ${{ matrix.node-version }}
- name: Build
run: |
npm install

Check failure on line 27 in .github/workflows/webpack.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/webpack.yml

Invalid workflow file

You have an error in your yaml syntax on line 27
npx webpack