Skip to content

Merge branch 'master' into dependabot/npm_and_yarn/braces-3.0.3 #1584

Merge branch 'master' into dependabot/npm_and_yarn/braces-3.0.3

Merge branch 'master' into dependabot/npm_and_yarn/braces-3.0.3 #1584

Workflow file for this run

on:
- push
- pull_request
name: CI
jobs:
spectralChecks:
name: Spectral checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Test this action against an incorrect file.
id: expect-failure
continue-on-error: true
uses: ./
with:
file_glob: ./fixtures/*.yml
spectral_ruleset: .spectral.json
- if: ${{ failure() }}
run: exit 0