Skip to content

Commit a3a8cdb

Browse files
committed
fix: use 'vastlint check' subcommand in CLI smoke test
1 parent 0ef8e31 commit a3a8cdb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ jobs:
4646

4747
- name: CLI smoke — valid fixture exits 0
4848
run: |
49-
./target/release/vastlint \
49+
./target/release/vastlint check \
5050
crates/vastlint-core/tests/fixtures/valid_4.2.xml
5151
echo "Exit code: $?"
5252
5353
- name: CLI smoke — invalid fixture exits 1
5454
run: |
5555
set +e
56-
./target/release/vastlint \
56+
./target/release/vastlint check \
5757
crates/vastlint-core/tests/fixtures/err_no_ad.xml
5858
CODE=$?
5959
set -e

0 commit comments

Comments
 (0)