Skip to content

chore(deps): bump command-line-args from 5.2.1 to 6.0.0 #24

chore(deps): bump command-line-args from 5.2.1 to 6.0.0

chore(deps): bump command-line-args from 5.2.1 to 6.0.0 #24

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