Skip to content

perf(levm): add more benchmarks to the suite #538

perf(levm): add more benchmarks to the suite

perf(levm): add more benchmarks to the suite #538

Workflow file for this run

name: Github Actions
on:
pull_request:
branches: ["**"]
paths:
- ".github/**.yaml"
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"