Skip to content

Commit

Permalink
resolve some lint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
cdzombak committed Jun 10, 2024
1 parent 921b5af commit e913d65
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,6 @@ jobs:
install: 'bin.install "${{ needs.meta.outputs.bin_name }}"'
test: 'assert_match("${{ needs.meta.outputs.bin_version }}", shell_output("#{bin}/${{ needs.meta.outputs.bin_name }} -version"))'


ntfy:
name: Ntfy
if: ${{ !cancelled() }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ If you plan to use the `RUNNER_OUTFD_PID` and `RUNNER_OUTFD_STD[OUT|ERR]` variab
- Can also be set by the `RUNNER_LOG_DIR` environment variable; this flag overrides the environment variable.
- `-print-if-match value`: Print/mail output if the given (**case-sensitive**) string appears in the program's output, even if it was a healthy exit. May be specified multiple times.
- `-print-if-not-match value`: Print/mail output if the given (**case-sensitive**) string does not appear in the program's output, even if it was a healthy exit. May be specified multiple times.
- `-print-stderr`: Print output to stderr instead of stdout (if this flag is not given, output is printed to stdout).
- `-print-stderr`: Print output to stderr instead of stdout (if this flag is not given, output is printed to stdout).
- `-retries int`: If the command fails, retry it this many times. (default: `0`)
- `-retry-delay int`: If the command fails, wait this many seconds before retrying. (default: `0`)
- `timeout int`: Maximum number of seconds for the program's execution. If retries are allowed, each try may take this long. The timeout given does not include retry delay. (default: `0`, meaning "no timeout")
Expand Down

0 comments on commit e913d65

Please sign in to comment.