Skip to content

Add workflow to run pyre on PRs and merges into main #41

Add workflow to run pyre on PRs and merges into main

Add workflow to run pyre on PRs and merges into main #41

Workflow file for this run

name: monarchmoney build
on: [push, pull_request]
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: lint
uses: psf/black@stable