Skip to content

chore: bump braces from 3.0.2 to 3.0.3 (#45) #463

chore: bump braces from 3.0.2 to 3.0.3 (#45)

chore: bump braces from 3.0.2 to 3.0.3 (#45) #463

Workflow file for this run

name: Lint and Test
on: [push, pull_request]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: npm install --save-dev
- name: Run ESLint
run: npm run lint
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: npm install --save-dev
- name: Run Tests
run: npm run test