diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index b3348af..be5fe82 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -5,6 +5,6 @@ on: [push] jobs: test: runs-on: ubuntu-latest - uses: https://github.com/actions/checkout@v4 steps: + - uses: actions/checkout@v4 - run: npm run test \ No newline at end of file