Skip to content

Remove dependencies on imp, which is removed in Python 3.12 #52

Remove dependencies on imp, which is removed in Python 3.12

Remove dependencies on imp, which is removed in Python 3.12 #52

Workflow file for this run

---
name: Codespell
on:
push:
branches: [milgram]
pull_request:
branches: [milgram]
permissions:
contents: read
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@v2