Skip to content

perf: Example of a bad PR - do not merge! #36

perf: Example of a bad PR - do not merge!

perf: Example of a bad PR - do not merge! #36

Workflow file for this run

name: Benchmark
on: [pull_request]
jobs:
benchmark:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dart-lang/setup-dart@v1
- run: dart pub get
- uses: luanpotter/[email protected]
with:
paths: "."
ignore-tag: "no-benchmark"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}