Skip to content

[js] Update @0y0/eslint-config-vanilla 1.2.5 → 1.5.0 (minor) #183

[js] Update @0y0/eslint-config-vanilla 1.2.5 → 1.5.0 (minor)

[js] Update @0y0/eslint-config-vanilla 1.2.5 → 1.5.0 (minor) #183

Workflow file for this run

name: Test
on:
pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 15
- run: yarn install --frozen-lockfile
- run: yarn lint && yarn test