Skip to content

build(deps): Bump micromatch from 4.0.5 to 4.0.8 #204

build(deps): Bump micromatch from 4.0.5 to 4.0.8

build(deps): Bump micromatch from 4.0.5 to 4.0.8 #204

Workflow file for this run

name: πŸ”Ž Lint
on:
workflow_dispatch:
push:
branches-ignore: [gh-pages]
pull_request:
branches-ignore: [gh-pages]
types: [opened, synchronize]
jobs:
build:
name: πŸ”¨ Build
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: "18.x"
- name: ⚑ Install dependencies
run: yarn install --frozen-lockfile
- name: πŸ”¨ Build
run: yarn build:lib
lint:
name: πŸ”Ž Lint
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: "18.x"
- name: ⚑ Install dependencies
run: yarn install --frozen-lockfile
- name: πŸ”Ž Lint
run: yarn lint
test:
name: ⚠️ Test
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: "18.x"
- name: ⚑ Install dependencies
run: yarn install --frozen-lockfile
- name: ⚠️ Test
run: yarn test