Skip to content

Commit

Permalink
Merge pull request #2 from antmicro/fix-readme
Browse files Browse the repository at this point in the history
Fix action name in readme
  • Loading branch information
tgorochowik authored Aug 24, 2021
2 parents 8b183e9 + 06ab24c commit 60f9ec1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: antmicro/verible-actions@main
- uses: chipsalliance/verible-linter-action@main
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
```
Expand All @@ -35,7 +35,7 @@ You can provide optional arguments to specify paths, exclude paths,
a config file and extra arguments for ``verible-verilog-lint``.
```yaml
- uses: antmicro/verible-actions@main
- uses: chipsalliance/verible-linter-action@main
with:
config_file: 'config.rules'
paths: |
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
- run: |
unzip event.json.zip
- name: Run Verible action with Reviewdog
uses: antmicro/verible-linter-action@main
uses: chipsalliance/verible-linter-action@main
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
```

0 comments on commit 60f9ec1

Please sign in to comment.