Skip to content

Bump the npm_and_yarn at /. security update group with 2 updates #15

Bump the npm_and_yarn at /. security update group with 2 updates

Bump the npm_and_yarn at /. security update group with 2 updates #15

Workflow file for this run

name: Main workflow
on: [push, pull_request]
jobs:
run:
name: Run
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
steps:
- name: Checkout
uses: actions/checkout@master
- name: Set Node.js 12.x
uses: actions/setup-node@master
with:
node-version: 12.x
- name: npm install
run: npm install
- name: Lint
run: npm run format-check
- name: npm test
run: npm test