From 6daf3b8ef7bc0a222c1f02408b832fc6bbc413e0 Mon Sep 17 00:00:00 2001 From: Warrick Lo Date: Fri, 8 May 2026 03:04:38 -0700 Subject: Add GitHub Actions for linting and formatting Signed-off-by: Warrick Lo --- .github/workflows/format.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/format.yaml (limited to '.github/workflows/format.yaml') diff --git a/.github/workflows/format.yaml b/.github/workflows/format.yaml new file mode 100644 index 0000000..fbef4a8 --- /dev/null +++ b/.github/workflows/format.yaml @@ -0,0 +1,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 }} -- cgit v1.2.3