Skip to content

added additional tests to getDateOfGame unit tests #39

added additional tests to getDateOfGame unit tests

added additional tests to getDateOfGame unit tests #39

Workflow file for this run

name: Next / Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: npm ci and lint
run: |
npm ci
npm run lint