mirror of
https://github.com/olofk/serv.git
synced 2026-01-27 12:11:58 +00:00
17 lines
370 B
YAML
17 lines
370 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@main
|
|
with:
|
|
command: 'run'
|
|
core: 'serv'
|
|
target: 'lint'
|
|
tool: 'verilator'
|