Skip to content

Commit

Permalink
Add to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MikailBag committed Jul 30, 2020
1 parent 28ce9ec commit a37a693
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/pr.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions actions/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ jobs:
steps:
- name: Success
run: echo "Success"
cargo-deny:
name: cargo-deny
runs-on: "ubuntu-20.04"
steps:
- uses: actions/checkout@v2
- uses: EmbarkStudions/cargo-deny-action@v1
with:
command: check all
py-fmt:
name: py-fmt
runs-on: "ubuntu-18.04"
Expand Down

0 comments on commit a37a693

Please sign in to comment.