Skip to content

Commit

Permalink
Create verible.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cathales authored Nov 30, 2023
1 parent 73cd1c5 commit 9fbcf65
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/verible.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Verible
on:
pull_request_target:

jobs:
format:
runs-on: ubuntu-latest
permissions:
checks: write
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: chipsalliance/verible-formatter-action@main
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
files: 'core/**/*.{v,sv}'

0 comments on commit 9fbcf65

Please sign in to comment.