From 50fb3bde49d93fc4b8f72b37d07e3fce18e0903b Mon Sep 17 00:00:00 2001 From: WillyJL <49810075+WillyJL@users.noreply.github.com> Date: Sat, 7 Jun 2025 16:12:07 +0100 Subject: [PATCH] No linting on this branch please --- .github/workflows/lint.yml | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 .github/workflows/lint.yml diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml deleted file mode 100644 index 53e2af33b..000000000 --- a/.github/workflows/lint.yml +++ /dev/null @@ -1,26 +0,0 @@ -name: "Lint" - -on: - push: - branches: - - "**" - - "!release" - tags: - - "*" - pull_request: - -env: - SET_GH_OUTPUT: 1 - -jobs: - lint: - runs-on: ubuntu-latest - steps: - - name: "Checkout code" - uses: actions/checkout@v4 - with: - fetch-depth: 1 - ref: ${{ github.event.pull_request.head.sha }} - - - name: "Check formatting" - run: ./fbt lint_all