Skip to content

Add vcomlink test #2188

Add vcomlink test

Add vcomlink test #2188

Workflow file for this run

---
name: Apache Yetus
on: # yamllint disable-line rule:truthy
pull_request:
branches: [master]
jobs:
yetus:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4.1.1
with:
path: src
fetch-depth: 0
- name: Yetus
uses: apache/yetus-test-patch-action@0.14.0
with:
basedir: ./src
buildtool: nobuild
continuousimprovement: true
githubtoken: ${{ secrets.GITHUB_TOKEN }}
patchdir: ./out
reviveconfig: .revive.toml
- name: Store Yetus artifacts
if: ${{ always() }}
uses: actions/upload-artifact@v3
with:
name: 'yetus-scan'
path: ${{ github.workspace }}/out