This commit is contained in:
ok-nick 2022-07-18 00:14:15 -04:00
parent 5de29bc582
commit 0691c9ad6c
2 changed files with 4 additions and 1 deletions

View file

@ -7,7 +7,7 @@ runs:
steps:
- shell: bash
run: |
cat > $GITHUB_WORKSPACE/aftman.toml << EOF
cat > ./aftman.toml << EOF
[tools]
selene = "Kampfkarren/selene@0.19.1"
stylua = "JohnnyMorganz/stylua@0.14.0"

View file

@ -10,6 +10,9 @@ jobs:
- name: Setup environment
uses: ./.github/actions/env
- name: Test
run: tree -d
- name: Run setup-aftman
uses: ./
with: