diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index bbe8a52ad..38d9043a9 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -27,6 +27,14 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@v1 + - name: Install and run Spectral CI + env: + SPECTRAL_DSN: ${{ secrets.SPECTRAL_DSN }} + uses: spectralops/spectral-github-action@v3 + with: + spectral-dsn: ${{ env.SPECTRAL_DSN }} + spectral-args: scan --ok --include-tags base,audit + - name: Run markdown link check uses: gaurav-nelson/github-action-markdown-link-check@v1 with: