Skip to content

Fix offset bug and counting for auto updater #214

Fix offset bug and counting for auto updater

Fix offset bug and counting for auto updater #214

Workflow file for this run

name: Lint
on:
pull_request:
workflow_dispatch:
push:
branches: [main]
jobs:
verible-lint:
name: Lint Verilog sources
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: chipsalliance/verible-linter-action@main
with:
paths: |
./rtl
github_token: ${{ secrets.GITHUB_TOKEN }}
fail_on_error: true
reviewdog_reporter: github-check
verible_version: "v0.0-3318-g8d254167"
code-formatting:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Run code formatting checks with pre-commit
uses: pre-commit/[email protected]