Skip to content

README: clearify meaning of the repository field (#404) #401

README: clearify meaning of the repository field (#404)

README: clearify meaning of the repository field (#404) #401

Workflow file for this run

name: tests
on:
push:
branches:
- master
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Install testing dependencies
run: yarn install
- name: Run Tests
run: yarn test