Skip to content

Commit

Permalink
ci: enable code analysis workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
domjtalbot committed Apr 2, 2023
1 parent dc3aea8 commit 4573ab2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ jobs:
affected: false
node_version: ${{ matrix.node_version }}

# code-analysis:
# needs: [lint, build, test, e2e]
# name: Code Analysis
# uses: ./.github/workflows/code-analysis.yml
# secrets: inherit
code-analysis:
needs: [lint, build, test, e2e]
name: Code Analysis
uses: ./.github/workflows/code-analysis.yml
secrets: inherit

changesets:
needs: [lint, build, test, e2e]
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ jobs:
affected: true
node_version: ${{ matrix.node_version }}

# code-analysis:
# needs: [lint, build, test, e2e]
# name: Code Analysis
# uses: ./.github/workflows/code-analysis.yml
# secrets: inherit
code-analysis:
needs: [lint, build, test, e2e]
name: Code Analysis
uses: ./.github/workflows/code-analysis.yml
secrets: inherit

changesets:
needs: [lint, build, test, e2e]
Expand Down

0 comments on commit 4573ab2

Please sign in to comment.