summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Lusk <luskjh@gmail.com>2026-05-25 20:29:37 -0400
committerJoshua Lusk <luskjh@gmail.com>2026-05-25 20:29:37 -0400
commit283697c3b1a1283ea3621498189df4774c92f804 (patch)
treed7f4dfa8a95f610a0fe63f06bfbbabc2ec85ea53
parent65ce75c96edfe6aaee3d9620b850b31f2e736bce (diff)
fix workflow yaml syntax
-rw-r--r--.github/workflows/ci.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 600d556..e5cf2a9 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -17,6 +17,6 @@ jobs:
- uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
with:
enable-cache: true
- - make: install
+ - run: make install
- run: echo "${{ secrets.VAULT_PASS }}" > .vault_pass
- run: ./pre-commit.sh