Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into andymck/includes-shar…
Browse files Browse the repository at this point in the history
…e-values-in-manifest
  • Loading branch information
maplant committed Jul 10, 2024
2 parents 81b495e + ba2615e commit 9bc4e1b
Show file tree
Hide file tree
Showing 32 changed files with 1,367 additions and 441 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:

- name: Install Protoc
uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Cache
uses: actions/cache@v4
Expand Down Expand Up @@ -78,6 +80,8 @@ jobs:

- name: Install Protoc
uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Clippy
run: cargo clippy --all-targets -- -Dclippy::all -D warnings
Expand Down Expand Up @@ -113,6 +117,8 @@ jobs:

- name: Install Protoc
uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Cache
uses: actions/cache@v4
Expand Down Expand Up @@ -149,6 +155,8 @@ jobs:

- name: Install Protoc
uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Cache
uses: actions/cache@v4
Expand Down Expand Up @@ -178,6 +186,8 @@ jobs:

- name: Install Protoc
uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Cache
uses: actions/cache@v4
Expand Down
55 changes: 6 additions & 49 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9bc4e1b

Please sign in to comment.