Skip to content

Commit

Permalink
Merge branch 'main' into dragos/galois-encodings
Browse files Browse the repository at this point in the history
  • Loading branch information
rdragos committed Oct 15, 2024
2 parents aba1946 + 12e6a18 commit af86b13
Show file tree
Hide file tree
Showing 47 changed files with 1,121 additions and 506 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/check-licenses.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Check Cargo Dependencies
on:
pull_request:
workflow_dispatch:
push:
branches:
- main
- prod
tags:
- '**'

jobs:
cargo-deny:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # [email protected]
- uses: EmbarkStudios/cargo-deny-action@8371184bd11e21dcf8ac82ebf8c9c9f74ebf7268 # [email protected]
5 changes: 5 additions & 0 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Code of Conduct

Our code of conduct is located in the [orb-software repo][CODE_OF_CONDUCT].

[CODE_OF_CONDUCT]: https://github.com/worldcoin/orb-software/blob/main/CODE_OF_CONDUCT.md
Loading

0 comments on commit af86b13

Please sign in to comment.