feat: full copy from apollo_nxt-trcaa with complete sanitization #69
@ -10,7 +10,7 @@ jobs:
|
||||
rust-fmt-check:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: rust:1.83-bookworm
|
||||
image: rustlang/rust:nightly
|
||||
steps:
|
||||
- name: Checkout
|
||||
run: |
|
||||
@ -47,7 +47,7 @@ jobs:
|
||||
rust-clippy:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: rust:1.83-bookworm
|
||||
image: rustlang/rust:nightly
|
||||
steps:
|
||||
- name: Checkout
|
||||
run: |
|
||||
@ -74,7 +74,7 @@ jobs:
|
||||
rust-tests:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: rust:1.83-bookworm
|
||||
image: rustlang/rust:nightly
|
||||
steps:
|
||||
- name: Checkout
|
||||
run: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user