Skip to content

Commit

Permalink
Temporarily disabled linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Eengineer1 committed Dec 4, 2024
1 parent f1f032f commit b871786
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ concurrency:

jobs:

call-lint:
name: "Lint"
uses: ./.github/workflows/lint.yml
# call-lint:
# name: "Lint"
# uses: ./.github/workflows/lint.yml

call-build:
name: "Build & Test"
needs: call-lint
# needs: call-lint
uses: ./.github/workflows/build.yml
secrets: inherit

Expand Down

0 comments on commit b871786

Please sign in to comment.