Skip to content

Bump path-to-regexp from 0.1.12 to 0.1.13 #40

Bump path-to-regexp from 0.1.12 to 0.1.13

Bump path-to-regexp from 0.1.12 to 0.1.13 #40

Workflow file for this run

name: ESLint Check
on:
push:
pull_request:
concurrency:
group: eslint-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '20'
- name: Install Dependencies
run: npm ci -D
- name: Run ESLint
run: npm run lint