setup-bats
setup-bats copied to clipboard
GitHub Action to setup BATS testing framework
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.5.0 to 1.10.0. Changelog Sourced from @actions/core's changelog. 1.10.0 saveState and setOutput now use environment files if available #1178 getMultilineInput now correctly trims whitespace by default #1185...
It would be great to have these bats libraries installed by this action to make it easier to write tests with rich assertions. Currently I am running these bash commands...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
At https://github.com/step-security/secure-workflows we are building a knowledge-base (KB) of GITHUB_TOKEN permissions needed by different GitHub Actions. When developers try to set minimum token permissions for their workflows, they can use...
Bumps [eslint-plugin-github](https://github.com/github/eslint-plugin-github) from 4.2.0 to 4.3.2. Release notes Sourced from eslint-plugin-github's releases. v4.3.2 This is an empty release to solve some issues with publishing that we encountered when adding publishing...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.31.0 to 4.33.0. Release notes Sourced from @typescript-eslint/parser's releases. v4.33.0 4.33.0 (2021-10-04) Bug Fixes eslint-plugin: [lines-between-class-members] fix exceptAfterOverload for abstract methods (#3943) (240fc65) eslint-plugin: [no-confusing-void-expression] support optional...
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
AFAICT the purpose of a problem matcher is to capture errors in the output, parse them and provide links to location where the problem originated. Which sounds useful for BATS...