Skip to content

Fix invalid requiredStatement #55

Fix invalid requiredStatement

Fix invalid requiredStatement #55

Workflow file for this run

name: ci
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 16
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint
- name: Test
run: xvfb-run npm run test