Skip to content

Create release.yml

Create release.yml #19

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