Skip to content

chore(deps): bump minimatch from 3.0.4 to 3.1.2 #19

chore(deps): bump minimatch from 3.0.4 to 3.1.2

chore(deps): bump minimatch from 3.0.4 to 3.1.2 #19

Workflow file for this run

name: Check
on:
push:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup JS
uses: actions/setup-node@v4
with:
cache: "yarn"
- run: yarn install --frozen-lockfile # optional, --immutable
- run: yarn test
- run: yarn lint