Skip to content

Bump esbuild from 0.21.5 to 0.22.0 #75

Bump esbuild from 0.21.5 to 0.22.0

Bump esbuild from 0.21.5 to 0.22.0 #75

Workflow file for this run

name: "ESLint Testing"
on: [pull_request]
jobs:
eslint:
name: Run eslint scanning
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Dependencies
run: npm prune
- name: Run ESLint
run: npm run test
continue-on-error: false