Skip to content

Commit

Permalink
Merge pull request #14 from docknetwork/identity-provider
Browse files Browse the repository at this point in the history
Ensure that the candidate has a verified identity on submission
  • Loading branch information
olegnn authored Apr 22, 2024
2 parents dac1b56 + 3d02164 commit a31722d
Show file tree
Hide file tree
Showing 12 changed files with 4,546 additions and 516 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
profile: minimal
toolchain: nightly
override: true

- name: Install WASM
run: rustup target add wasm32-unknown-unknown --toolchain nightly

Expand Down Expand Up @@ -90,4 +90,4 @@ jobs:
- name: Run cargo clippy
uses: actions-rs/cargo@v1
with:
command: clippy
command: clippy
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
/target
/Cargo.lock
Loading

0 comments on commit a31722d

Please sign in to comment.