Skip to content

feat: allow filtering by tags (closes #12) #59

feat: allow filtering by tags (closes #12)

feat: allow filtering by tags (closes #12) #59

Workflow file for this run

name: Run tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Use Node 20
uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
- name: Install dependencies
run: yarn
- name: Run tests
run: yarn test