Skip to content

Bump semver from 6.3.0 to 6.3.1 in /site #1246

Bump semver from 6.3.0 to 6.3.1 in /site

Bump semver from 6.3.0 to 6.3.1 in /site #1246

Workflow file for this run

name: test
on: [ push ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm install
- run: npm run check
- run: npm run lint
- run: npm run test