Skip to content

Commit

Permalink
Drop cargo gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
SamTV12345 committed Jan 1, 2025
1 parent ba07505 commit c5d6923
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ jobs:
- name: Add required index.html
run: |
touch ./static/index.html
- uses: actions-rs/cargo@v1
with:
command: clippy
args: -- -D warnings
- name: Run cargo clippy
run: cargo clippy -- -D warnings

5 changes: 2 additions & 3 deletions .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
- name: Add required index.html
run: |
touch ./static/index.html
- uses: actions-rs/cargo@v1
with:
command: build
- name: Run cargo build
run: cargo build

5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
- name: Add required index.html
run: |
touch ./static/index.html
- uses: actions-rs/cargo@v1
with:
command: test
- name: Run cargo test
run: cargo test

0 comments on commit c5d6923

Please sign in to comment.