Skip to content

feat(l2): multi prover foundations #62

feat(l2): multi prover foundations

feat(l2): multi prover foundations #62

Workflow file for this run

name: Github Actions
on:
pull_request:
branches:
- main
paths:
".github/**.yaml"
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: actionlint
uses: raven-actions/actionlint@v2
with:
flags: "-ignore SC2086 -ignore SC2006"