diff options
| author | Joshua Lusk <luskjh@gmail.com> | 2026-05-25 20:29:37 -0400 |
|---|---|---|
| committer | Joshua Lusk <luskjh@gmail.com> | 2026-05-25 20:29:37 -0400 |
| commit | 283697c3b1a1283ea3621498189df4774c92f804 (patch) | |
| tree | d7f4dfa8a95f610a0fe63f06bfbbabc2ec85ea53 | |
| parent | 65ce75c96edfe6aaee3d9620b850b31f2e736bce (diff) | |
fix workflow yaml syntax
| -rw-r--r-- | .github/workflows/ci.yaml | 2 |
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 |
