Skip to content

Commit

Permalink
added semi colon
Browse files Browse the repository at this point in the history
  • Loading branch information
lassemand committed Jul 22, 2024
1 parent 9dbf0c3 commit 38d3ec0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
outputs:
crates: ${{ steps.filter.outputs.changes }}
steps:
# For pull requests it's not necessary to checkout the code
- uses: dorny/paths-filter@v2
id: filter
with:
Expand Down Expand Up @@ -54,7 +53,7 @@ jobs:
generator/Cargo.toml:
- 'generator/**'
- '.github/**'
wallet-connect-test-bench/smart-contract/Cargo.toml
wallet-connect-test-bench/smart-contract/Cargo.toml:
- 'wallet-connect-test-bench/**'
- '.github/**'
notification-server/Cargo.toml:
Expand Down

0 comments on commit 38d3ec0

Please sign in to comment.