Skip to content
check-circle

GitHub Action

SystemVerilog Linter

v1.0.2 Latest version

SystemVerilog Linter

check-circle

SystemVerilog Linter

SystemVerilog source code check by svlint

Installation

Copy and paste the following snippet into your .yml file.

              

- name: SystemVerilog Linter

uses: dalance/svlint-action@v1.0.2

Learn more about this action in dalance/svlint-action

Choose a version

svlint-action

This action checks SystemVerilog source code by svlint.

Inputs

files

The filenames of SystemVerilog source code. files and filelists are exclusive.

filelists

The filenames of filelist. files and filelists are exclusive.

Filelists can include environment variables. Environment variables can be passed through env.

Example usage

uses: dalance/svlint-action@v1
with:
  files: |
    src1.sv
    src2.sv
uses: dalance/svlint-action@v1
with:
  filelists: |
    list1.f
    list2.f
env:
  DIR: test