Skip to content

Introduce proper formatting on python ,bash and yaml files #32

Introduce proper formatting on python ,bash and yaml files

Introduce proper formatting on python ,bash and yaml files #32

name: Proper Formatting on Python files
on: [push, pull_request]
jobs:
format_python_files:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
src: |
./common
./example