Skip to content

Commit

Permalink
Use head Resyntax instead of package catalog version (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfirth authored Nov 18, 2024
1 parent 4960c29 commit 898fd28
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
with:
version: stable
- run: raco pkg install --batch --auto --link --name resyntax
- run: xvfb-run raco test --package resyntax
- run: raco test --package resyntax
4 changes: 3 additions & 1 deletion .github/workflows/resyntax-autofixer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@ jobs:
uses: Bogdanp/setup-racket@v1.9.1
with:
version: current
local_catalogs: $GITHUB_WORKSPACE
dest: '"${HOME}/racketdist-current-CS"'
sudo: never
- run: raco pkg install --batch --auto --link --name resyntax
- name: Create a Resyntax pull request
uses: jackfirth/create-resyntax-pull-request@v0.5.0
uses: jackfirth/create-resyntax-pull-request@v0.5.1
with:
private-key: ${{ secrets.RESYNTAX_APP_PRIVATE_KEY }}

0 comments on commit 898fd28

Please sign in to comment.