diff --git a/.github/workflows/dispatch.yml b/.github/workflows/dispatch.yml index fdb436411..d5d7cec24 100644 --- a/.github/workflows/dispatch.yml +++ b/.github/workflows/dispatch.yml @@ -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