mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2024-11-16 15:27:46 +00:00
fix: remove dupplicate CI run
This commit is contained in:
parent
a9b5a87b32
commit
f9f3faf03d
1 changed files with 0 additions and 7 deletions
7
.github/workflows/rust.yml
vendored
7
.github/workflows/rust.yml
vendored
|
@ -28,13 +28,6 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- name: Test
|
||||
run: cargo test
|
||||
typo:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Spell Check
|
||||
uses: crate-ci/typos@master
|
||||
clippy:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
|
|
Loading…
Reference in a new issue