1
0
mirror of https://github.com/olofk/serv.git synced 2026-03-02 09:36:27 +00:00
Files
Stefan Wallentowitz cfb779d3d6 CI Lint with librecores github action linter
Add the librecores linter, that also does proper annotation to the
source code.
2021-04-18 23:02:04 +02:00

17 lines
372 B
YAML

on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
name: Linter
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Lint Verilog source files with Verilator
uses: librecores/ci-fusesoc-action@master
with:
command: 'run'
core: 'serv'
target: 'lint'
tool: 'verilator'