Skip to content

Merge pull request #506 from TheAxonLab/fix/splitting-acqknowledge #555

Merge pull request #506 from TheAxonLab/fix/splitting-acqknowledge

Merge pull request #506 from TheAxonLab/fix/splitting-acqknowledge #555

Workflow file for this run

name: Run tests

Check failure on line 1 in .github/workflows/tests.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/tests.yml

Invalid workflow file

`pull-request` is not a valid event name
on: [push, pull-request]
jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Codespell
uses: codespell-project/actions-codespell@v1