An open API service indexing awesome lists of open source software.

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

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: [![calvis](https://circleci.com/gh/calvis/shellcheck-orb-bug.svg?style=svg)](https://app.circleci.com/pipelines/github/calvis/shellcheck-orb-bug?branch=main)