From 0691c9ad6c50fc01ff0d2fec40d099a15045d7b9 Mon Sep 17 00:00:00 2001 From: ok-nick <25470747+ok-nick@users.noreply.github.com> Date: Mon, 18 Jul 2022 00:14:15 -0400 Subject: [PATCH] test --- .github/actions/env/action.yml | 2 +- .github/workflows/CI.yml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/actions/env/action.yml b/.github/actions/env/action.yml index 577ad41..5f0904e 100644 --- a/.github/actions/env/action.yml +++ b/.github/actions/env/action.yml @@ -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" diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 91476ed..b382fad 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -10,6 +10,9 @@ jobs: - name: Setup environment uses: ./.github/actions/env + - name: Test + run: tree -d + - name: Run setup-aftman uses: ./ with: