fix: workflows referencing actions
Some checks failed
CI / test (pull_request) Failing after 43s

This commit is contained in:
2024-04-01 21:28:48 +02:00
parent 798c4a3240
commit 9dc3feecf4
2 changed files with 13 additions and 5 deletions

View File

@@ -9,4 +9,8 @@ env:
jobs:
test:
uses: ./.gitea/actions/ci-action.yaml
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: ./.gitea/actions/ci-action.yaml