1
0
mirror of https://github.com/olofk/serv.git synced 2026-01-27 12:11:58 +00:00
Files
olofk.serv/.github/workflows/lint.yml
2021-05-05 15:32:02 +02:00

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'