Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Bump esbuild from 0.20.1 to 0.20.2 #7

Bump esbuild from 0.20.1 to 0.20.2

Bump esbuild from 0.20.1 to 0.20.2 #7

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