aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2023-03-07 14:35:52 +0000
committerGravatar Chris Lovering <[email protected]>2023-05-04 13:27:53 +0100
commit98c58f35a405eb22cd113b36a82017e679344ea0 (patch)
treee8036e828881316c56dc80a199ac4fc97eb39794 /.github
parentAdd pre-commit config (diff)
Add pre-commit as a dev dep and add relevent taskipy tasks
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lint-build-deploy.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint-build-deploy.yaml b/.github/workflows/lint-build-deploy.yaml
index 86122cf..6a70ad8 100644
--- a/.github/workflows/lint-build-deploy.yaml
+++ b/.github/workflows/lint-build-deploy.yaml
@@ -28,7 +28,7 @@ jobs:
# Run `ruff` using github formatting to enable automatic inline annotations.
- name: Run ruff
run: "ruff check --format=github ."
-
+
build:
if: github.ref == 'refs/heads/main'
name: Build & Push