https://github.com/calvis/shellcheck-orb-bug
minimal reproduction of a bug in the shellcheck orb
https://github.com/calvis/shellcheck-orb-bug
Last synced: about 2 months ago
JSON representation
minimal reproduction of a bug in the shellcheck orb
- Host: GitHub
- URL: https://github.com/calvis/shellcheck-orb-bug
- Owner: calvis
- Created: 2021-03-22T14:49:19.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-22T15:18:35.000Z (about 4 years ago)
- Last Synced: 2025-01-31T13:43:53.623Z (4 months ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
There's a bug in `circleci/[email protected]` that fails to detect that error when there's also an
irrelevant exclusion.[`scripts/bad-script`](./scripts/bad-script) has an error that shellcheck detects.
See the [`.circleci/config.yml`](.circleci/config.yml) for descriptions of the jobs.
Resulting CircleCI builds for main: [](https://app.circleci.com/pipelines/github/calvis/shellcheck-orb-bug?branch=main)