Skip to content

build(deps-dev): bump micromatch from 4.0.5 to 4.0.8 #56

build(deps-dev): bump micromatch from 4.0.5 to 4.0.8

build(deps-dev): bump micromatch from 4.0.5 to 4.0.8 #56

name: Build and Test
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/[email protected]
- run: npm install
- run: npm run test
- run: npm run lint
- run: npm run coverage
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/[email protected]
- run: npm install
- run: npm run build