Skip to content

Merge pull request #10 from oToToT/dependabot/npm_and_yarn/ws-8.17.1 #30

Merge pull request #10 from oToToT/dependabot/npm_and_yarn/ws-8.17.1

Merge pull request #10 from oToToT/dependabot/npm_and_yarn/ws-8.17.1 #30

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
name: lint and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 16
uses: actions/setup-node@v1
with:
node-version: 16
- name: install dependencies
run: npm install
- name: lint
run: npm run linter
- name: test
run: npm run test