Explorar o código

Remove lint workflow since apps arent formatted anymore

Willy-JL hai 10 meses
pai
achega
5e117a89f2
Modificáronse 1 ficheiros con 0 adicións e 32 borrados
  1. 0 32
      .github/workflows/lint.yml

+ 0 - 32
.github/workflows/lint.yml

@@ -1,32 +0,0 @@
-name: "Lint"
-
-on:
-  push:
-  pull_request:
-
-env:
-  SET_GH_OUTPUT: 1
-
-jobs:
-  lint:
-    runs-on: ubuntu-latest
-    steps:
-      - name: "Checkout firmware"
-        uses: actions/checkout@v4
-        with:
-          repository: Next-Flip/Momentum-Firmware
-          fetch-depth: 1
-          ref: dev
-          submodules: recursive
-
-      - name: "Checkout apps"
-        uses: actions/checkout@v4
-        with:
-          path: applications/external
-          fetch-depth: 1
-          ref: ${{ github.event.pull_request.head.sha }}
-
-      - name: "Check formatting"
-        run: |
-          git add applications/external
-          ./fbt lint_all