Skip to content

Fix silent commit failure on shell-unsafe commit messages #15

Fix silent commit failure on shell-unsafe commit messages

Fix silent commit failure on shell-unsafe commit messages #15

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main]
permissions: {}
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: pnpm/action-setup@v6
with:
version: 11.5.0
- uses: actions/setup-node@v6
with:
node-version: 24
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm lint
- run: pnpm test