Skip to content

Fix toplevel Makefile #139

Fix toplevel Makefile

Fix toplevel Makefile #139

# Copyright 2023 - cryptopen contributors
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
name: Verible lint checks
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
paths:
- '**.sv'
jobs:
lint:
runs-on: ubuntu-latest
permissions:
checks: write
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Run Verible action
uses: chipsalliance/verible-linter-action@main
with:
github_token: ${{ secrets.GITHUB_TOKEN }}