Skip to content

Commit 8450b44

Browse files
committed
remove unused files
1 parent 2fe9858 commit 8450b44

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/artifacts/test-log-file.txt

Whitespace-only changes.

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
skip-cache: true
5151
- name: Save lint logs
5252
run: |
53-
mkdir test_results/lint-results.log
53+
mkdir -p test_results/lint-results.log
5454
echo "Linting status: $(grep 'linting' < test_results/lint-results.log | awk '{print $2}')"
5555
- name: Upload artifact
5656
if: success() || failure()

0 commit comments

Comments
 (0)