소스 검색

Remove lint workflow since apps arent formatted anymore

Willy-JL 10 달 전
부모
커밋
5e117a89f2
1개의 변경된 파일0개의 추가작업 그리고 32개의 파일을 삭제
  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