Skip to content

Adding documentation and cleaning up arings #4992

Adding documentation and cleaning up arings

Adding documentation and cleaning up arings #4992

Workflow file for this run

name: Lint
on: [ push, pull_request ]
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Install dependencies
shell: bash -l {0}
run: |
sudo apt-get install -y codespell
- name: Run codespell
shell: bash -l {0}
run: codespell M2/Macaulay2/packages
env:
MAKEFLAGS: -j2