Skip to content

Commit

Permalink
Re-enabled linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Eengineer1 committed Dec 4, 2024
1 parent bfe0b9c commit ac11dd6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/dispatch.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
name: "Workflow Dispatch"
on: push
concurrency:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true


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 ac11dd6

Please sign in to comment.