Skip to content

chore(release): 1.4.8 #20

chore(release): 1.4.8

chore(release): 1.4.8 #20

Workflow file for this run

on:
push:
paths:
- **.ts

Check failure on line 4 in .github/workflows/lint.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/lint.yaml

Invalid workflow file

You have an error in your yaml syntax on line 4
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup PNPM
uses: pnpm/action-setup@v2
with:
version: 8.15.1
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
cache: pnpm
node-version: 20.x
- name: Install
run: pnpm i
- name: Lint
run: pnpm run lint