Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Bump micromatch from 4.0.5 to 4.0.8 #6

Bump micromatch from 4.0.5 to 4.0.8

Bump micromatch from 4.0.5 to 4.0.8 #6

Workflow file for this run

name: Run tests
on:
pull_request:
branches: [main]
workflow_dispatch:
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- name: Check out this repo
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
- name: Check formatting and run tests
run: |
npm run build
npm run autoformat:check
npm run test