Skip to content

Typo: no s to publication (#272) #462

Typo: no s to publication (#272)

Typo: no s to publication (#272) #462

Workflow file for this run

---
name: "Test"
on:
pull_request:
push:
jobs:
test:
name: "Test"
runs-on: "ubuntu-latest"
steps:
- name: "Check out repository"
uses: "actions/checkout@v4"
- name: "Set up Python"
uses: "actions/setup-python@v5"
- name: "Install requirements"
run: |
pip install -r requirements.txt
sudo apt-get install -y hunspell-en-ca hyphen-en-ca
- name: "Run build test"
run: |
make test