Skip to content

chore(deps): bump micromatch from 4.0.4 to 4.0.8 #17

chore(deps): bump micromatch from 4.0.4 to 4.0.8

chore(deps): bump micromatch from 4.0.4 to 4.0.8 #17

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