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

on: [push, pull_request]

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