Skip to content

Editorial: Correct use of comparison operators #78

Editorial: Correct use of comparison operators

Editorial: Correct use of comparison operators #78

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "23"
- name: install
run: npm install
- name: test
run: npm test
- uses: codecov/codecov-action@v1
with:
file: ./coverage/coverage-final.json