-
-
Notifications
You must be signed in to change notification settings - Fork 728
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumps [test/bats](https://github.com/bats-core/bats-core) from `60abfaf` to `fb7d15b`. - [Release notes](https://github.com/bats-core/bats-core/releases) - [Commits](bats-core/bats-core@60abfaf...fb7d15b) --- updated-dependencies: - dependency-name: test/bats dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
eb10102
commit 52a0313
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule bats
updated
25 files
+3 −0 | .codespellrc | |
+47 −0 | .github/dependabot.yml | |
+22 −0 | .github/workflows/codespell.yml | |
+22 −0 | .github/workflows/dependency-review.yml | |
+4 −4 | .github/workflows/release.yml | |
+16 −6 | .github/workflows/release_dockerhub.yml | |
+4 −4 | .github/workflows/scorecard.yml | |
+27 −27 | .github/workflows/tests.yml | |
+14 −0 | .pre-commit-config.yaml | |
+9 −0 | SECURITY.md | |
+1 −1 | contrib/rpm/bats.spec | |
+16 −0 | docs/CHANGELOG.md | |
+1 −1 | docs/CONTRIBUTING.md | |
+18 −6 | docs/source/docker-usage.md | |
+1 −1 | docs/source/writing-tests.md | |
+1 −1 | lib/bats-core/tracing.bash | |
+1 −1 | libexec/bats-core/bats | |
+2 −2 | libexec/bats-core/bats-exec-test | |
+1 −1 | man/bats.7 | |
+2 −2 | man/bats.7.ronn | |
+1 −1 | package.json | |
+1 −1 | test/cat-formatter.bats | |
+1 −1 | test/formatter.bats | |
+2 −2 | test/parallel.bats | |
+2 −2 | test/warnings.bats |