Skip to content

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

chore(deps): bump micromatch from 4.0.4 to 4.0.8

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

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