Skip to content

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows #28

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows #28

Workflow file for this run

name: Lint FazyRV
on: [push, pull_request]
jobs:
lint_svlint:
name: Lint using svlint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install svlint
run: sudo snap install svlint
- name: Linting with svlint
run: make lint.svlint >> $GITHUB_STEP_SUMMARY