Skip to content

Commit

Permalink
ci: add todo note
Browse files Browse the repository at this point in the history
  • Loading branch information
Planxnx committed Dec 25, 2023
1 parent f964471 commit 1d0a533
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ defaults:
run:
shell: bash
jobs:
lint:
name: Code Analysis & Tests
uses: planxnx/ethereum-wallet-generator/.github/workflows/code-analysis.yml@main
# TODO: add `on.workflow_call` trigger in `code-analysis.yml`
# lint:
# name: Code Analysis & Tests
# uses: planxnx/ethereum-wallet-generator/.github/workflows/code-analysis.yml@main
release:
name: Create Release
runs-on: "ubuntu-latest"
Expand Down

0 comments on commit 1d0a533

Please sign in to comment.