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

on: [pull_request]

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