Skip to content

Makefile: remove pnpm-lock.yaml from versions targets #28

Makefile: remove pnpm-lock.yaml from versions targets

Makefile: remove pnpm-lock.yaml from versions targets #28

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
test:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
cache: pnpm
node-version: latest
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- run: make lint test