Skip to content

fix: fixes after yoloing refactors from elm review #4

fix: fixes after yoloing refactors from elm review

fix: fixes after yoloing refactors from elm review #4

Workflow file for this run

name: ci
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 20.11.1
- name: Install dependencies
run: npm ci
- run: npm run lint
- run: npm test