Skip to content

feat(l2): multi prover foundations #396

feat(l2): multi prover foundations

feat(l2): multi prover foundations #396

Workflow file for this run

name: CI Skipped
on:
pull_request:
branches: ["**"]
paths:
- 'README.md'
- 'LICENSE'
- "**/README.md"
- "**/docs/**"
- '!**/*.rs'
- '!**/*.toml'
- '!**/*.yaml'
- '!**/*.sh'
- '!**/*.json'
- '!**/*.rlp'
- '!**Dockefile'
- '!**Makefile'
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
lint:
# "Lint" is a required check, don't change the name
name: Lint
runs-on: ubuntu-latest
if: false
steps: [run: true]
test:
# "Test" is a required check, don't change the name
name: Test
runs-on: ubuntu-latest
if: false
steps: [run: true]
docker-build:
# "Build Docker" is a required check, don't change the name
name: Build Docker
runs-on: ubuntu-latest
if: false
steps: [run: true]
all-tests:
# "Integration Test" is a required check, don't change the name
name: Integration Test
runs-on: ubuntu-latest
if: false
steps: [run: true]