Skip to content

Disable SC1017,SC2086,SC2070 rules when shellcheck and did changes in… #15

Disable SC1017,SC2086,SC2070 rules when shellcheck and did changes in…

Disable SC1017,SC2086,SC2070 rules when shellcheck and did changes in… #15

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