Skip to content

fix: bug where a winner was defined without having reached the object… #5

fix: bug where a winner was defined without having reached the object…

fix: bug where a winner was defined without having reached the object… #5

Workflow file for this run

name: Linting
on: [push]
jobs:
run-linters:
name: Run linters
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install Node.js dependencies
run: yarn install -D
- name: Run linter
run: yarn lint