Skip to content

Update other minor updates #391

Update other minor updates

Update other minor updates #391

name: Continuous Build
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- run: yarn
- run: yarn lint
- run: yarn test