Skip to content

Refactor to more consistently use "capability style" in loading + initializing code #875

Refactor to more consistently use "capability style" in loading + initializing code

Refactor to more consistently use "capability style" in loading + initializing code #875

Workflow file for this run

name: Enforce issue references for TODOs
on:
push:
paths:
- '**.hs'
branches:
- main
pull_request:
paths:
- '**.hs'
branches:
- main
jobs:
enforce-issue-references:
name: Enforce issue references
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: |
scripts/enforce-todo-issues.sh