Skip to content

Commit

Permalink
resyntax: build faster
Browse files Browse the repository at this point in the history
CI uses an enhanced check-deps to report more failures, but resyntax
just needs a compiled project (I assume).
  • Loading branch information
benknoble committed Oct 14, 2024
1 parent b79898c commit 30f4d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/resyntax-autofixer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Installing frosthaven-manager and its dependencies
run: make install
- name: Compiling frosthaven-manager and building its docs
run: make check-deps RACO_SETUP_ARGS=--unused-pkg-deps
run: make setup
- name: Create a Resyntax pull request
uses: jackfirth/create-resyntax-pull-request@v0.4.1
with:
Expand Down

0 comments on commit 30f4d48

Please sign in to comment.