Skip to content

Merge branch 'master' of https://github.com/mikegrudic/MakeCloud #8

Merge branch 'master' of https://github.com/mikegrudic/MakeCloud

Merge branch 'master' of https://github.com/mikegrudic/MakeCloud #8

name: black-action
on: [push, pull_request]
jobs:
linter_name:
name: runner / black formatter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: rickstaa/action-black@v1
with:
black_args: "-l 119 ."