mirror of
https://github.com/CompeyDev/setup-rokit.git
synced 2025-01-06 11:19:11 +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:
|
steps:
|
||||||
- shell: bash
|
- shell: bash
|
||||||
run: |
|
run: |
|
||||||
cat > $GITHUB_WORKSPACE/aftman.toml << EOF
|
cat > ./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"
|
||||||
|
|
3
.github/workflows/CI.yml
vendored
3
.github/workflows/CI.yml
vendored
|
@ -10,6 +10,9 @@ jobs:
|
||||||
- name: Setup environment
|
- name: Setup environment
|
||||||
uses: ./.github/actions/env
|
uses: ./.github/actions/env
|
||||||
|
|
||||||
|
- name: Test
|
||||||
|
run: tree -d
|
||||||
|
|
||||||
- name: Run setup-aftman
|
- name: Run setup-aftman
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue