Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgospodinow committed Jan 26, 2024
1 parent 60e4364 commit 6394784
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,20 @@ In short, go to your repository's `Settings` tab and add the variables under `Se
Add the following `deploy` job in your Action.

``` yaml
nil-check:
static-analysis:
# Assuming the `build` job builds the project,
# we define a dependency on it.
needs: build

runs-on: ubuntu-latest
steps:
- name: Scan using nilaway
- name: Checkout
uses: actions/checkout@v3

- name: Nil panic checks
uses: qbaware/nilaway-action@v0
with:
package-to-scan: "./..."
package-to-scan: ./...
```
### That's It 🎉
### Sample Workflow View
![Sample workflow](/resources/sample-workflow.png)

0 comments on commit 6394784

Please sign in to comment.