Skip to content

Commit

Permalink
Remove credential register template from all contracts templates in C…
Browse files Browse the repository at this point in the history
…I (it is tested separately)
  • Loading branch information
annenkov committed Aug 30, 2023
1 parent f7322c0 commit 56ddaaa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ jobs:
crates:
- templates/default
- templates/cis2-nft
- templates/credential-registry
env:
PROJECT_NAME: my-project

Expand All @@ -94,7 +93,7 @@ jobs:
with:
name: ${{ env.PROJECT_NAME }}
template: ${{ matrix.crates }}
other: "-d description=myProject -d tokenMetadataBaseURL=https://some.example/token/ -d restorable=true"
other: "-d description=myProject -d tokenMetadataBaseURL=https://some.example/token/"

- name: Install toolchain
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 56ddaaa

Please sign in to comment.