Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump lstn action to 0.2.1 #871

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
npm test --color=always -- -c -t0

- name: Scan your dependencies with the listen.dev CLI
uses: listendev/[email protected].0
uses: listendev/[email protected].1
2 changes: 1 addition & 1 deletion docs/src/content/docs/cli/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ information.
Usage:
tap [options] [<files>]

tap v16.3.4 - A Test-Anything-Protocol library for JavaScript
tap v16.3.7 - A Test-Anything-Protocol library for JavaScript

Executes all the files and interprets their output as TAP formatted test result
data. If no files are specified, then tap will search for testy-looking files,
Expand Down