Skip to content

refactor: extract stripLeadingDashes helper + cover CLI arg-parsing e… #1016

refactor: extract stripLeadingDashes helper + cover CLI arg-parsing e…

refactor: extract stripLeadingDashes helper + cover CLI arg-parsing e… #1016

Workflow file for this run

name: Format
on:
push:
branches:
- main
pull_request:
branches:
- main
types: [opened, synchronize, reopened, edited]
workflow_dispatch:
permissions:
contents: read
id-token: write # for Codecov OIDC (required by npm-script.yml)
jobs:
format:
uses: ./.github/workflows/npm-script.yml
with:
npm-script: format:check