From 255a4643a2d15ec7fc78f63041b834532a406be3 Mon Sep 17 00:00:00 2001 From: VerstreuteSeele Date: Fri, 27 Jan 2023 13:14:46 +0100 Subject: [PATCH] Delete lint_python.yml --- .github/workflows/lint_python.yml | 32 ------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 .github/workflows/lint_python.yml diff --git a/.github/workflows/lint_python.yml b/.github/workflows/lint_python.yml deleted file mode 100644 index 4b92e0e90..000000000 --- a/.github/workflows/lint_python.yml +++ /dev/null @@ -1,32 +0,0 @@ -name: 'Python Lint' - -on: - push: - branches: - - dev - - "release*" - tags: - - '*' - pull_request: - -env: - SET_GH_OUTPUT: 1 - -jobs: - lint_python: - runs-on: ubuntu-latest - steps: - - name: 'Decontaminate previous build leftovers' - run: | - if [ -d .git ]; then - git submodule status || git checkout "$(git rev-list --max-parents=0 HEAD | tail -n 1)" - fi - - - name: 'Checkout code' - uses: actions/checkout@v3 - with: - fetch-depth: 0 - ref: ${{ github.event.pull_request.head.sha }} - - - name: 'Check code formatting' - run: ./fbt lint_py