Skip to content

fix: docker file

fix: docker file #334

Workflow file for this run

---
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
tests:
name: Rust tests
uses: ./.github/workflows/test.yml
build:
name: Build binaries
uses: ./.github/workflows/kakarot_rpc.yml