Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure that the candidate has a verified identity on submission #14

Merged
merged 20 commits into from
Apr 22, 2024
Merged
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
Loading