Skip to content

Commit

Permalink
Merge branch 'main' into include_xor_versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
AurelienFT committed Jun 15, 2023
2 parents 6f61d6b + c9030a7 commit 22559f9
Show file tree
Hide file tree
Showing 62 changed files with 723 additions and 15,037 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,6 @@ jobs:
with:
shared-key: "check"
save-if: ${{ github.ref == 'refs/heads/main' }}
- uses: arduino/setup-protoc@v1
with:
version: '3.x'
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions-rs/cargo@v1
with:
command: check
Expand All @@ -87,10 +83,6 @@ jobs:
with:
shared-key: "clippy"
save-if: ${{ github.ref == 'refs/heads/main' }}
- uses: arduino/setup-protoc@v1
with:
version: '3.x'
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -122,10 +114,6 @@ jobs:
with:
shared-key: "massa"
save-if: ${{ github.ref == 'refs/heads/main' }}
- uses: arduino/setup-protoc@v1
with:
version: '3.x'
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions-rs/cargo@v1
with:
command: install
Expand Down Expand Up @@ -198,10 +186,6 @@ jobs:
with:
shared-key: "doc"
save-if: ${{ github.ref == 'refs/heads/main' }}
- uses: arduino/setup-protoc@v1
with:
version: '3.x'
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions-rs/cargo@v1
with:
command: doc
Expand Down
Loading

0 comments on commit 22559f9

Please sign in to comment.