Skip to content

build(deps): bump micromatch from 4.0.7 to 4.0.8 in the npm_and_yarn group #55

build(deps): bump micromatch from 4.0.7 to 4.0.8 in the npm_and_yarn group

build(deps): bump micromatch from 4.0.7 to 4.0.8 in the npm_and_yarn group #55

Workflow file for this run

name: lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version-file: '.tool-versions'
cache: 'npm'
- name: Install Node dependencies
run: npm ci
- name: Lint JavaScript
run: npm run lint-js