Skip to content

Commit

Permalink
Added comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinKennedy committed Jan 20, 2025
1 parent 58396b3 commit c375a7c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/llscheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ jobs:
- name: Test
run: |
# We use SSH in the `Makefile` but GitHub actions don't allow that. So
# we force git to clone using HTTP instead.
#
export GIT_CONFIG=~/.gitconfig
git config url."https://github.com/".insteadOf git@github.com:
# Now do the llscheck (and any git clones, as needed)
make llscheck CONFIGURATION=.github/workflows/.luarc.json

0 comments on commit c375a7c

Please sign in to comment.