Skip to content

add memory_limit param to CoqFile and ProofFile (#65) #192

add memory_limit param to CoqFile and ProofFile (#65)

add memory_limit param to CoqFile and ProofFile (#65) #192

Workflow file for this run

name: Lint
on:
push:
branches:
- master
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Run linter
uses: psf/black@stable
with:
options: "--check --verbose"
version: "25.9.0"