This commit is contained in:
ok-nick 2022-07-18 00:09:00 -04:00
parent 7973a861f3
commit 5de29bc582

View file

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