diff --git a/.github/workflows/auto-tune.yml b/.github/workflows/auto-tune.yml new file mode 100644 index 000000000..0afc79bb7 --- /dev/null +++ b/.github/workflows/auto-tune.yml @@ -0,0 +1,10 @@ +name: Auto tune + +on: + workflow_dispatch: + +jobs: + lint: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4