Skip to content

Extend meataxe to be able to detect invariant forms of reducible modules (just one possible form is returned) #2379

Extend meataxe to be able to detect invariant forms of reducible modules (just one possible form is returned)

Extend meataxe to be able to detect invariant forms of reducible modules (just one possible form is returned) #2379

Workflow file for this run

name: "Lint"
on:
workflow_dispatch:
pull_request:
push:
branches:
- "master"
- "stable-*.*"
schedule:
# Every day at 3:10 AM UTC
- cron: '10 3 * * *'
jobs:
gaplint:
runs-on: ubuntu-latest
steps:
- name: "Check out the repository"
uses: actions/checkout@v4
- name: "Set up Python"
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: "Install gaplint with pip"
run: pip install gaplint==1.3.2
- name: "Run gaplint lib/*.g* hpcgap/lib/*.g* grp/*.g lib/hpc/*.g hpcgap/lib/hpc/*.g . . ."
run: gaplint lib/*.g* hpcgap/lib/*.g* grp/*.g lib/hpc/*.g hpcgap/lib/hpc/*.g