Skip to content

Commit

Permalink
Update README to add GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekMasher committed Jan 5, 2022
1 parent 3ed4bc9 commit bdd7b09
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,16 @@ docker-cargo-rudra <directory>

The log and report are printed to stderr by default.

### Run Rudra as GitHub Action

Rudra can be run as a GitHub Action allowing the static analyze to be used in an Action workflow.

```yml
# Run Rudra
- name: Rudra
uses: sslab-gatech/Rudra@master
```
### Run Rudra with different compiler version
Rudra is tied to a specific Rust compiler version,
Expand Down

0 comments on commit bdd7b09

Please sign in to comment.