Skip to content

Merge branch 'hypernext' of github.com:elabftw/elabimg into hypernext #123

Merge branch 'hypernext' of github.com:elabftw/elabimg into hypernext

Merge branch 'hypernext' of github.com:elabftw/elabimg into hypernext #123

Workflow file for this run

---
name: Codespell
on:
push:
branches: [master,hypernext]
pull_request:
branches: [master,hypernext]
jobs:
codespell:
name: Check for typos
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run codespell
uses: codespell-project/actions-codespell@v2