Skip to content

Commit 4d79379

Browse files
committed
ci: fix gh action example, attempt #8
1 parent 32cd4d1 commit 4d79379

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,4 @@ jobs:
7979
locked: true
8080
- name: cargo nextest
8181
run: |
82-
cargo install sqruff
8382
cargo nextest run --no-fail-fast

action.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ runs:
4343
export SQLX_FMT_SQRUFF_CONFIG="${{ inputs.config-file }}"
4444
export SQLX_FMT_FAIL_ON_UNFORMATTED="${{ inputs.fail-on-unformatted }}"
4545
46-
echo "Binary path: $SQLX_FMT"
47-
echo "Current directory: $(pwd)"
48-
echo "Binary exists: $(test -f "$SQLX_FMT" && echo 'yes' || echo 'no')"
4946
echo "Config file: $SQLX_FMT_SQRUFF_CONFIG"
5047
echo "Fail on unformatted: $SQLX_FMT_FAIL_ON_UNFORMATTED"
5148

0 commit comments

Comments
 (0)