Skip to content

ci(l1,l2): fix main_prover_l1 block cache #2015

ci(l1,l2): fix main_prover_l1 block cache

ci(l1,l2): fix main_prover_l1 block cache #2015

Workflow file for this run

name: Github Actions
on:
pull_request:
branches: ["**"]
paths:
- ".github/**.yaml"
- ".github/*.yml"
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
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 -ignore SC2046"