Skip to content

update Makefile and pre-commit config #539

update Makefile and pre-commit config

update Makefile and pre-commit config #539

Workflow file for this run

name: "basic"
on:
push:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pre-commit/[email protected]
with:
extra_args: '--verbose --all-files'
experiment:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: experiments
shell: bash
run: |
make experiments