Skip to content

build(deps): bump path-to-regexp from 1.8.0 to 1.9.0 #434

build(deps): bump path-to-regexp from 1.8.0 to 1.9.0

build(deps): bump path-to-regexp from 1.8.0 to 1.9.0 #434

Workflow file for this run

name: eslint
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install modules
run: yarn
- name: Run ESLint
run: yarn lint