Skip to content

Create main.yml for github actions linting #2

Create main.yml for github actions linting

Create main.yml for github actions linting #2

Workflow file for this run

on: [push, pull_request]
jobs:
python-black:
name: Python Black
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Python Black
uses: cytopia/[email protected]
with:
path: '/'