Skip to content

[1.2.3] Fixed Topsters 2 import sometimes not working #73

[1.2.3] Fixed Topsters 2 import sometimes not working

[1.2.3] Fixed Topsters 2 import sometimes not working #73

Workflow file for this run

# Runs Type, Format, and Lint checks on all PRs
name: PR Check
on:
pull_request:
jobs:
PR_Check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- name: Install `node_modules`
run: pnpm install
- name: Checks
run: pnpm checks