Skip to content

⬆️ Bump micromatch from 4.0.2 to 4.0.8 #43

⬆️ Bump micromatch from 4.0.2 to 4.0.8

⬆️ Bump micromatch from 4.0.2 to 4.0.8 #43

Workflow file for this run

name: Run linter
on:
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout branch
uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- name: Install dependencies
uses: bahmutov/npm-install@v1.1.0
- name: Run linter
run: yarn lint
env:
auth-token: ${{ secrets.NPM_AUTH_TOKEN }}