Skip to content

chore(deps): bump braces from 3.0.2 to 3.0.3 #15

chore(deps): bump braces from 3.0.2 to 3.0.3

chore(deps): bump braces from 3.0.2 to 3.0.3 #15

Workflow file for this run

on:
- push
- pull_request
name: CI
jobs:
spectralChecks:
name: Spectral checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Test this action against an incorrect file.
id: expect-failure
uses: ./
with:
file_glob: ./fixtures/*.yml
spectral_ruleset: .my-custom.spectral.yml
continue-on-error: true
- if: steps.expect-failure.output.status == 'failure'
run: exit 0