Skip to content

HomologicalShiftIdeals - A Macaulay2 package for computing the homological shift ideals of a monomial ideal of a polynomial ring #1740

HomologicalShiftIdeals - A Macaulay2 package for computing the homological shift ideals of a monomial ideal of a polynomial ring

HomologicalShiftIdeals - A Macaulay2 package for computing the homological shift ideals of a monomial ideal of a polynomial ring #1740

Workflow file for this run

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