Skip to content

chore(deps): bump command-line-usage from 6.1.3 to 7.0.1 (#15) #21

chore(deps): bump command-line-usage from 6.1.3 to 7.0.1 (#15)

chore(deps): bump command-line-usage from 6.1.3 to 7.0.1 (#15) #21

Workflow file for this run

name: CI
on:
push:
env:
CI: true
jobs:
lint:
uses: NicTool/.github/.github/workflows/lint.yml@main
coverage:
uses: NicTool/.github/.github/workflows/coverage.yml@main
secrets: inherit
test:
needs: lint
uses: NicTool/.github/.github/workflows/test.yml@main
secrets: inherit