Skip to content

Michael-Foley is learning GitHub Actions #2

Michael-Foley is learning GitHub Actions

Michael-Foley is learning GitHub Actions #2

name: formatting-on-push
run-name: ${{ github.actor }} is learning GitHub Actions
on: [push]
jobs:
format-with-Black:
runs-on: windows-latest
steps:
- run: python -m pip install black
- run: py -m black ./src