Skip to content

Commit

Permalink
Restored lint action
Browse files Browse the repository at this point in the history
  • Loading branch information
Eengineer1 committed Dec 10, 2024
1 parent 207b829 commit 889858a
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 889858a

Please sign in to comment.