Skip to content

Commit

Permalink
Add basic CI
Browse files Browse the repository at this point in the history
  • Loading branch information
popzxc committed Aug 15, 2024
1 parent b02c383 commit d7bacb9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
Empty file added .github/workflows/ci.yaml
Empty file.
8 changes: 8 additions & 0 deletions .github/workflows/deny.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: Cargo deny check
on: pull_request
jobs:
cargo-deny:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: EmbarkStudios/cargo-deny-action@v1
File renamed without changes.

0 comments on commit d7bacb9

Please sign in to comment.