aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/format.yaml
blob: 1c325111f2a7f861e9a6b6973111cb3ff6e73568 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: Verible Formatter

on: [pull_request]

jobs:
  format:
    runs-on: ubuntu-latest
    permissions:
      contents: read
      pull-requests: write
    steps:
    - uses: actions/checkout@master
    - uses: chipsalliance/verible-formatter-action@main
      with:
        github_token: ${{ secrets.GITHUB_TOKEN }}