aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/fossier-scan.yml
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@atuin.sh>2026-05-14 14:48:55 -0700
committerGitHub <noreply@github.com>2026-05-14 14:48:55 -0700
commit68c048b448c64a774c56ea23fae99250314f43f7 (patch)
tree74f5de43a55078296c9866a4a6fdb8fb6274b3c4 /.github/workflows/fossier-scan.yml
parentfeat: setup fossier to stop bot slop prs (#3482) (diff)
downloadatuin-68c048b448c64a774c56ea23fae99250314f43f7.zip
fix(ci): fossier install in scan workflow (#3485)
<!-- Thank you for making a PR! Bug fixes are always welcome, but if you're adding a new feature or changing an existing one, we'd really appreciate if you open an issue, post on the forum, or drop in on Discord --> ## Checks - [ ] I am happy for maintainers to push small adjustments to this PR, to speed up the review cycle - [ ] I have checked that there are no existing pull requests for the same thing
Diffstat (limited to '.github/workflows/fossier-scan.yml')
-rw-r--r--.github/workflows/fossier-scan.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/fossier-scan.yml b/.github/workflows/fossier-scan.yml
index 784ab36c..5c89be67 100644
--- a/.github/workflows/fossier-scan.yml
+++ b/.github/workflows/fossier-scan.yml
@@ -28,7 +28,7 @@ jobs:
python-version: "3.13"
- name: Install fossier
- run: uv pip install --system .
+ run: uv tool install git+https://github.com/pthorpe92/fossier.git
- name: Restore DB cache
uses: actions/cache@v4