Skip to content

Commit

Permalink
docs: remove lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sabas1080 committed Aug 19, 2024
1 parent 7496150 commit 98feb30
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
name: ${{ github.event.repository.name }}-${{ steps.build-app.outputs.suffix }}
path: ${{ steps.build-app.outputs.fap-artifacts }}
# You can remove this step if you don't want to check source code formatting
- name: Lint sources
uses: flipperdevices/[email protected]
with:
# skip SDK setup, we already did it in previous step
skip-setup: true
task: lint
#- name: Lint sources
# uses: flipperdevices/[email protected]
# with:
# # skip SDK setup, we already did it in previous step
# skip-setup: true
# task: lint

0 comments on commit 98feb30

Please sign in to comment.