Skip to content

Commit

Permalink
Merge branch 'main' into feat/typegraph-ng
Browse files Browse the repository at this point in the history
  • Loading branch information
luckasRanarison committed Dec 3, 2024
2 parents aea1bca + 6f5adbc commit 3ac927e
Show file tree
Hide file tree
Showing 172 changed files with 7,565 additions and 5,612 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
- uses: dsherret/rust-toolchain-file@v1
with:
targets: ${{ matrix.target }}
- uses: mozilla-actions/[email protected].5
- uses: mozilla-actions/[email protected].6
- run: |
# sometimes, dtolnay/rust-toolchain does not select the correct default target
rustup target add ${{ matrix.target }}
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
- uses: WyriHaximus/[email protected]
id: latest-tag
- uses: dsherret/rust-toolchain-file@v1
- uses: mozilla-actions/[email protected].5
- uses: mozilla-actions/[email protected].6
- uses: metatypedev/setup-ghjk@318209a9d215f70716a4ac89dbeb9653a2deb8bc
- shell: bash
env:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
name: Setup sccache secrets
run: echo "RUSTC_WRAPPER=sccache" >> $GITHUB_ENV
- if: ${{ env.AWS_ACCESS_KEY_ID != '' }}
uses: mozilla-actions/[email protected].5
uses: mozilla-actions/[email protected].6
- uses: metatypedev/setup-ghjk@318209a9d215f70716a4ac89dbeb9653a2deb8bc
- shell: bash
run: |
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
name: Setup sccache secrets
run: echo "RUSTC_WRAPPER=sccache" >> $GITHUB_ENV
- if: ${{ env.AWS_ACCESS_KEY_ID != '' }}
uses: mozilla-actions/[email protected].5
uses: mozilla-actions/[email protected].6
- uses: metatypedev/setup-ghjk@318209a9d215f70716a4ac89dbeb9653a2deb8bc
with:
# temporary fix
Expand Down Expand Up @@ -245,7 +245,7 @@ jobs:
name: Setup sccache secrets
run: echo "RUSTC_WRAPPER=sccache" >> $GITHUB_ENV
- if: ${{ env.AWS_ACCESS_KEY_ID != '' }}
uses: mozilla-actions/[email protected].5
uses: mozilla-actions/[email protected].6
# - name: Cache deno dir
# uses: actions/cache@v4
# with:
Expand Down Expand Up @@ -315,7 +315,7 @@ jobs:
# we need secrets for coverage so we skip if not avail
# this applies to dedpendabot PRs for example
- if: ${{ env.AWS_ACCESS_KEY_ID != '' }}
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.lcov
Expand Down
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ repos:
exclude: tests/metagen/typegraphs/sample/rs/client.rs
- id: clippy
args:
- "--workspace"
- "--locked"
- "--all-features"
- "--all-targets"
Expand Down
Loading

0 comments on commit 3ac927e

Please sign in to comment.