normalize arkvx

This commit is contained in:
Elijah McMorris 2023-11-21 15:51:43 -08:00
parent 9426313f73
commit 6343159387
Signed by: NexVeridian
SSH key fingerprint: SHA256:bsA1SKZxuEcEVHAy3gY1HUeM5ykRJl0U0kQHQn0hMg8
5 changed files with 17 additions and 29 deletions

View file

@ -16,7 +16,7 @@ env:
jobs:
run-tests:
name: Run tests
name: run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
@ -31,7 +31,7 @@ jobs:
run: cargo nextest run -E "all() - test(get_api) - kind(bin)"
clippy:
name: Clippy
name: clippy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3