Skip to content

chore: add pnpm-lock.yaml to gitignore #14

chore: add pnpm-lock.yaml to gitignore

chore: add pnpm-lock.yaml to gitignore #14

Workflow file for this run

name: CI
on:
push:
branches:
- main
paths-ignore:
- '*.md'
pull_request:
branches:
- main
paths-ignore:
- '*.md'
jobs:
test:
uses: dancastillo/workflows/.github/workflows/ts-package-ci.yml@main