Skip to content

fix: abort when no review entries are found for period (#107) #125

fix: abort when no review entries are found for period (#107)

fix: abort when no review entries are found for period (#107) #125

Workflow file for this run

name: Linter
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Upgrade Yarn
run: |
corepack enable
yarn set version stable
- uses: actions/setup-node@v4
with:
node-version: 22
cache: yarn
- name: Install dependencies
run: yarn install
- run: yarn lint