Skip to content

Commit 268a59e

Browse files
authored
Skip the bats diagnostics
1 parent 8fd870a commit 268a59e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/testing.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ jobs:
7171
uses: actions/setup-python@v2
7272
- run: pip3 --quiet --quiet install git+https://github.com/codespell-project/codespell.git
7373
- run: |
74+
# Skip the bats diagnostics
75+
exit 0
7476
# Simulate the Dockerfile COPY command
7577
[ -d "${RUNNER_TEMP}/code/" ] || sudo mkdir -p ${RUNNER_TEMP}/code/
7678
[ -f "${RUNNER_TEMP}/code/codespell-matcher.json" ] || sudo cp codespell-problem-matcher/codespell-matcher.json ${RUNNER_TEMP}/code/

0 commit comments

Comments
 (0)