diff options
| author | Joshua Lusk <luskjh@gmail.com> | 2026-05-25 20:28:17 -0400 |
|---|---|---|
| committer | Joshua Lusk <luskjh@gmail.com> | 2026-05-25 20:28:17 -0400 |
| commit | 88c03234a866636a2945fce64a66c1bd8126254e (patch) | |
| tree | ccb47a0c29fa296e3e17d9128ab89ab6668e9461 | |
| parent | f63939b43736f21280d46602220c9ee42f6eaec6 (diff) | |
call pre-commit script
| -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 88e0711..c84efec 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,4 +18,4 @@ jobs: with: enable-cache: true - run: echo "${{ secrets.VAULT_PASS }}" > .vault_pass - - run: pre-commit.sh + - run: ./pre-commit.sh |
