Skip to content

Remove arbitrary 5-keyword limit from core spec #8

Remove arbitrary 5-keyword limit from core spec

Remove arbitrary 5-keyword limit from core spec #8

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
permissions: {}
jobs:
test:
runs-on: ubuntu-latest
permissions:
contents: read
timeout-minutes: 10
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
- name: Install dependencies
run: npm install
- name: Run tests
run: npm test