deps: use reth release 1.0.6 #42
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | ||
name: Workflow - Pull Request | ||
on: [pull_request] | ||
concurrency: | ||
group: ${{ github.workflow }}-${{ github.ref }} | ||
cancel-in-progress: true | ||
jobs: | ||
spell_check: | ||
name: Spell check | ||
uses: ./.github/workflows/spell_check.yml | ||
rust-tests: | ||
name: Rust tests | ||
uses: ./.github/workflows/rust_test.yml | ||
Check failure on line 17 in .github/workflows/pull_request.yml GitHub Actions / .github/workflows/pull_request.ymlInvalid workflow file
|