Skip to content

Initial commit

Initial commit #2

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches:
- main
jobs:
lint:
name: Linting
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set Node.js version
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
run_install: false
- name: Testing
run: which pnpm