Skip to content

Commit

Permalink
update tools
Browse files Browse the repository at this point in the history
  • Loading branch information
nagisa committed Feb 21, 2025
1 parent 016ffc7 commit c999891
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@v4

# Install all the required tools
- uses: taiki-e/install-action@5ce83af8b5520828f63d83d98df0eea6a66c7978
- uses: taiki-e/install-action@7852930e42e73b6c323ae4435f5135b58754dfdd
with:
tool: just,cargo-nextest,cargo-llvm-cov

Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
with:
python-version: 3.11
cache: pip
- uses: taiki-e/install-action@5ce83af8b5520828f63d83d98df0eea6a66c7978
- uses: taiki-e/install-action@7852930e42e73b6c323ae4435f5135b58754dfdd
with:
tool: cargo-llvm-cov
- run: pip3 install --user -r pytest/requirements.txt
Expand All @@ -110,7 +110,7 @@ jobs:
with:
python-version: 3.11
cache: pip
- uses: taiki-e/install-action@5ce83af8b5520828f63d83d98df0eea6a66c7978
- uses: taiki-e/install-action@7852930e42e73b6c323ae4435f5135b58754dfdd
with:
tool: cargo-llvm-cov
- run: pip3 install --user -r pytest/requirements.txt
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
with:
python-version: 3.11
cache: pip
- uses: taiki-e/install-action@5ce83af8b5520828f63d83d98df0eea6a66c7978
- uses: taiki-e/install-action@7852930e42e73b6c323ae4435f5135b58754dfdd
with:
tool: cargo-llvm-cov
- run: pip3 install --user -r pytest/requirements.txt
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
with:
python-version: 3.11
cache: pip
- uses: taiki-e/install-action@5ce83af8b5520828f63d83d98df0eea6a66c7978
- uses: taiki-e/install-action@7852930e42e73b6c323ae4435f5135b58754dfdd
with:
tool: cargo-llvm-cov
- run: pip3 install --user -r pytest/requirements.txt
Expand All @@ -194,7 +194,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: taiki-e/install-action@5ce83af8b5520828f63d83d98df0eea6a66c7978
- uses: taiki-e/install-action@7852930e42e73b6c323ae4435f5135b58754dfdd
with:
tool: just
- uses: actions/setup-python@v5
Expand All @@ -213,7 +213,7 @@ jobs:
with:
python-version: 3.11
cache: pip
- uses: taiki-e/install-action@5ce83af8b5520828f63d83d98df0eea6a66c7978
- uses: taiki-e/install-action@7852930e42e73b6c323ae4435f5135b58754dfdd
with:
tool: cargo-llvm-cov
- run: pip3 install --user -r pytest/requirements.txt
Expand All @@ -235,7 +235,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: taiki-e/install-action@5ce83af8b5520828f63d83d98df0eea6a66c7978
- uses: taiki-e/install-action@7852930e42e73b6c323ae4435f5135b58754dfdd
with:
tool: just
- run: just check-protocol-schema
Expand All @@ -245,7 +245,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: taiki-e/install-action@5ce83af8b5520828f63d83d98df0eea6a66c7978
- uses: taiki-e/install-action@7852930e42e73b6c323ae4435f5135b58754dfdd
with:
tool: just
- run: just check-cargo-fmt
Expand All @@ -255,7 +255,7 @@ jobs:
runs-on: ubuntu-22.04-8core
steps:
- uses: actions/checkout@v4
- uses: taiki-e/install-action@5ce83af8b5520828f63d83d98df0eea6a66c7978
- uses: taiki-e/install-action@7852930e42e73b6c323ae4435f5135b58754dfdd
with:
tool: just
- run: just check-cargo-clippy
Expand All @@ -265,7 +265,7 @@ jobs:
runs-on: ubuntu-22.04-8core
steps:
- uses: actions/checkout@v4
- uses: taiki-e/install-action@5ce83af8b5520828f63d83d98df0eea6a66c7978
- uses: taiki-e/install-action@7852930e42e73b6c323ae4435f5135b58754dfdd
with:
tool: just
- run: just doctests
Expand All @@ -281,7 +281,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: taiki-e/install-action@5ce83af8b5520828f63d83d98df0eea6a66c7978
- uses: taiki-e/install-action@7852930e42e73b6c323ae4435f5135b58754dfdd
with:
tool: just,cargo-deny
- run: just check-cargo-deny
Expand All @@ -291,7 +291,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: taiki-e/install-action@5ce83af8b5520828f63d83d98df0eea6a66c7978
- uses: taiki-e/install-action@7852930e42e73b6c323ae4435f5135b58754dfdd
with:
tool: just
- run: just check-themis
Expand All @@ -301,7 +301,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: taiki-e/install-action@5ce83af8b5520828f63d83d98df0eea6a66c7978
- uses: taiki-e/install-action@7852930e42e73b6c323ae4435f5135b58754dfdd
with:
tool: just
- run: just check-non-default
Expand All @@ -311,7 +311,7 @@ jobs:
runs-on: ubuntu-22.04-8core
steps:
- uses: actions/checkout@v4
- uses: taiki-e/install-action@5ce83af8b5520828f63d83d98df0eea6a66c7978
- uses: taiki-e/install-action@7852930e42e73b6c323ae4435f5135b58754dfdd
with:
tool: just,cargo-udeps
- run: just check-cargo-udeps
Expand All @@ -321,7 +321,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: taiki-e/install-action@5ce83af8b5520828f63d83d98df0eea6a66c7978
- uses: taiki-e/install-action@7852930e42e73b6c323ae4435f5135b58754dfdd
with:
tool: cargo-audit
- run: cargo audit -D warnings
Expand All @@ -346,7 +346,7 @@ jobs:
pattern: coverage-profraw-*
path: coverage/profraw
merge-multiple: true
- uses: taiki-e/install-action@5ce83af8b5520828f63d83d98df0eea6a66c7978
- uses: taiki-e/install-action@7852930e42e73b6c323ae4435f5135b58754dfdd
with:
tool: cargo-llvm-cov
- uses: actions/setup-python@v5
Expand Down Expand Up @@ -447,7 +447,7 @@ jobs:
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- uses: taiki-e/install-action@5ce83af8b5520828f63d83d98df0eea6a66c7978
- uses: taiki-e/install-action@7852930e42e73b6c323ae4435f5135b58754dfdd
with:
tool: just
- run: just check-publishable-separately
Expand Down

0 comments on commit c999891

Please # to comment.