Skip to content

Update README.md

Update README.md #226

name: Benchmark is up to date
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
bench-is-up-to-date:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
cache: "pip"
- name: Install dependencies
shell: bash
run: |
make install
- name: Check benchmark is up to date
shell: bash
run: |
make check-benchmark-is-up-to-date