From 71ff1585a8a2d66c13f0da7d76e7ce4922128d8f Mon Sep 17 00:00:00 2001 From: dundargoc Date: Wed, 2 Oct 2024 14:58:03 +0200 Subject: ci: refactor ci output Separate install step from test step so the output from each isn't mixed with each other. Also add lint-like workflows to `lint.yml`. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/release.yml') diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d38b8f20..79de3da7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,7 +5,7 @@ on: - '*' jobs: luarocks-upload: - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - name: LuaRocks Upload -- cgit v1.2.3-70-g09d2