Skip to content

Register Haskell

Register Haskell #5

Workflow file for this run

name: Linting
on:
pull_request: {}
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
mypy:
runs-on: ubuntu-latest
steps:
- name: Checkout tree
uses: actions/checkout@v4
- name: Run mypy on semgrep_output_v1.py
run: |
pip install mypy
rm __init__.py # because dir has a - in it
mypy semgrep_output_v1.py