Skip to content

chore(deps): update registry.access.redhat.com/ubi8/ubi-minimal docker tag to v8.10-1154 #1619

chore(deps): update registry.access.redhat.com/ubi8/ubi-minimal docker tag to v8.10-1154

chore(deps): update registry.access.redhat.com/ubi8/ubi-minimal docker tag to v8.10-1154 #1619

Workflow file for this run

name: Run Spectral
on:
pull_request:
branches-ignore: []
push:
branches:
- main
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
# Check out repository under $GITHUB_WORKSPACE
- uses: actions/checkout@v4
# Install Spectral
- id: install_spectral
run: npm install -g @stoplight/spectral-cli
# Run Spectral
- id: run_spectral
run: spectral lint ./protocol/*.{yml,yaml} --fail-severity=info