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

Bump minimatch and serve-handler in /test #63

Bump minimatch and serve-handler in /test

Bump minimatch and serve-handler in /test #63

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run tests
working-directory: ./test
run: |
rustup component add rust-src
npm ci
npm test