Skip to content

Commit

Permalink
Move to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
andresuribe87 committed Dec 8, 2023
1 parent 072ddbe commit 838440b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@ jobs:
- uses: actions/checkout@v3
- name: Run Clippy
run: cargo clippy --workspace
cargo_audit:
name: cargo audit
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions-rs/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
test:
name: cargo test
strategy:
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,3 @@ jobs:
with:
api-key: ${{ secrets.FOSSA_API_KEY }}
run-tests: true

cargo_audit:
name: cargo audit
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions-rs/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 838440b

Please sign in to comment.