diff --git a/.github/workflows/ci-black-formatting.yml b/.github/workflows/ci-black-formatting.yml new file mode 100644 index 0000000000..f1aafb90a2 --- /dev/null +++ b/.github/workflows/ci-black-formatting.yml @@ -0,0 +1,12 @@ +name: black-formatting + +on: + push: + pull_request: + +jobs: + lint-formatting: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: psf/black@stable diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d11c978d20..d5d8f641b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,12 +30,6 @@ jobs: steps: - run: echo ok go - lint-formatting: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: psf/black@stable - build: runs-on: ubuntu-latest needs: activate