Skip to content

configuration_manual: imapc - Document the no-metadata feature flag #99

configuration_manual: imapc - Document the no-metadata feature flag

configuration_manual: imapc - Document the no-metadata feature flag #99

Workflow file for this run

name: Spectral
on:
push:
branches: [ main ]
env:
SPECTRAL_DSN: ${{ secrets.SPECTRAL_DSN }}
jobs:
scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
if: ${{ env.SPECTRAL_DSN != '' }}
- name: Install and run Spectral CI
uses: spectralops/spectral-github-action@v2
if: ${{ env.SPECTRAL_DSN != '' }}
with:
spectral-dsn: ${{ env.SPECTRAL_DSN }}
spectral-args: scan --ok --include-tags base,audit3