Skip to content

Commit

Permalink
Remove extra action (#13)
Browse files Browse the repository at this point in the history
* remove extra github action

* clean up
  • Loading branch information
backpack-exchange-bot authored Jan 7, 2025
1 parent 93397ce commit a4c3c89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/audit.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: audit
name: Audit

on:
push:
Expand All @@ -7,6 +7,7 @@ on:
- "**/Cargo.lock"
schedule:
- cron: "0 0 * * *"
workflow_dispatch:

jobs:
audit:
Expand Down
13 changes: 0 additions & 13 deletions .github/workflows/rust.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,3 @@ jobs:
- name: Run tests
run: cargo test
working-directory: rust

fmt:
name: Rustfmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
components: rustfmt
- run: cargo fmt --all -- --check
working-directory: rust

0 comments on commit a4c3c89

Please sign in to comment.