Skip to content

Format with Prettier (#255) #889

Format with Prettier (#255)

Format with Prettier (#255) #889

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install node and npm
uses: lightward/setup-node-npm@v4
- name: Install node packages
run: npm ci
- name: Run tests
run: npm test