build(deps): bump lib/kakarot from 7f8d856
to aec81a4
#153
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] | |
jobs: | |
submodules: | |
name: Set up submodules | |
uses: ./.github/workflows/submodules.yml | |
dump: | |
name: Dump katana state | |
uses: ./.github/workflows/dump.yml | |
needs: submodules | |
spell_check: | |
name: Spell check | |
uses: ./.github/workflows/spell_check.yml | |
linters: | |
name: Linters | |
uses: ./.github/workflows/linters.yml | |
tests: | |
name: Rust tests | |
uses: ./.github/workflows/test.yml | |
needs: [dump, submodules] |