Skip to content

docs: replace "glob patterns" with "file paths" #7

docs: replace "glob patterns" with "file paths"

docs: replace "glob patterns" with "file paths" #7

Workflow file for this run

name: CI
on:
pull_request: ~
workflow_dispatch:
jobs:
build_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: npm ci
- name: Build & lint & test
run: npm run all