diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index ba9b07d..d89673a 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -16,9 +16,6 @@ jobs: - name: Install Node.js run: pacman -Syu --noconfirm nodejs - - name: Checkout repository - uses: actions/checkout@v4 - - name: Create hello.txt run: echo "Hello, Forgejo CI!" > hello.txt