diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml deleted file mode 100644 index 4a57a3ef..00000000 --- a/.github/workflows/deploy.yml +++ /dev/null @@ -1,38 +0,0 @@ -# name: Deploy - -# on: -# push: -# tags: -# - v[0-9]+.[0-9]+.[0-9]+ - -# jobs: -# deploy: -# runs-on: ubuntu-latest - -# steps: -# - name: Checkout Code -# uses: actions/checkout@v3 - -# - name: Update CHANGELOG -# id: changelog -# uses: requarks/changelog-action@v1 -# with: -# token: ${{ github.token }} -# tag: ${{ github.ref_name }} - -# - name: Create Release -# uses: ncipollo/release-action@v1.12.0 -# with: -# allowUpdates: true -# draft: false -# makeLatest: true -# name: ${{ github.ref_name }} -# body: ${{ steps.changelog.outputs.changes }} -# token: ${{ github.token }} - -# - name: Commit CHANGELOG.md -# uses: stefanzweifel/git-auto-commit-action@v4 -# with: -# branch: main -# commit_message: 'docs: update CHANGELOG.md for ${{ github.ref_name }} [skip ci]' -# file_pattern: CHANGELOG.md \ No newline at end of file diff --git a/.vscode/tasks.json b/.vscode/tasks.json index edc96608..bf85b497 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -14,7 +14,7 @@ "dependsOn": [ "autoformat" ], - "command": "git commit -a -m 'autoformatted and ruff --fix all code' || true" + "command": "git commit -a -m 'fix: autoformatted and ruff --fix all code' || true" }, { "label": "pylint", @@ -120,8 +120,6 @@ "isDefault": "True" } }, - - { "label": "run ", "type": "shell", @@ -131,17 +129,7 @@ "kind": "build", "isDefault": "True" } - }, - { - "label": "run with scoop", - "type": "shell", - "command": "RUNFILE=$(cat ${workspaceFolder}/.vscode/active_file.cfg); echo Running file: $RUNFILE; python3 -m scoop $RUNFILE", - "problemMatcher": [], - "group": { - "kind": "build", - "isDefault": "True" - } - } + }, ], "inputs": [ { diff --git a/docs/intro.rst b/docs/intro.rst index c7ba4dc3..81d08fac 100644 --- a/docs/intro.rst +++ b/docs/intro.rst @@ -38,4 +38,4 @@ Pseudocode of bencher Example Output -------------- -https://dyson-ai.github.io/bencher/ \ No newline at end of file +https://dyson-ai.github.io/bencher/