Skip to content

Bump micromatch from 4.0.7 to 4.0.8 #5

Bump micromatch from 4.0.7 to 4.0.8

Bump micromatch from 4.0.7 to 4.0.8 #5

Workflow file for this run

name: OAS Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
concurrency:
group: oas-lint-${{ github.ref }}
cancel-in-progress: true
env:
NODE_OPTIONS: --max_old_space_size=6144
jobs:
oas-lint:
name: OAS Lint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Prepare
uses: ./.github/actions/prepare
- name: Run Linter
run: pnpm oas:lint