mirror of
https://github.com/CompeyDev/setup-rokit.git
synced 2024-12-12 04:30:37 +00:00
test
This commit is contained in:
parent
5de29bc582
commit
0691c9ad6c
2 changed files with 4 additions and 1 deletions
2
.github/actions/env/action.yml
vendored
2
.github/actions/env/action.yml
vendored
|
@ -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"
|
||||
|
|
3
.github/workflows/CI.yml
vendored
3
.github/workflows/CI.yml
vendored
|
@ -10,6 +10,9 @@ jobs:
|
|||
- name: Setup environment
|
||||
uses: ./.github/actions/env
|
||||
|
||||
- name: Test
|
||||
run: tree -d
|
||||
|
||||
- name: Run setup-aftman
|
||||
uses: ./
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue