Skip to content

teachee-capstone/svlint-action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • SystemVerilog 41.8%
  • Dockerfile 36.8%
  • Shell 17.4%
  • Fortran 2.4%
  • Forth 1.6%