Skip to content

Bump braces from 3.0.2 to 3.0.3 #80

Bump braces from 3.0.2 to 3.0.3

Bump braces from 3.0.2 to 3.0.3 #80

Workflow file for this run

name: Code Quality
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm install
- run: npm run lint
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm install
- run: npm test
- uses: codecov/codecov-action@v3
with:
verbose: true