Merge auth_mechanism_scram_sha_added into auth_mechanism_sha_added #188
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |