diff --git a/.gitea/workflows/cache-npx.yml b/.gitea/workflows/cache-npx.yml new file mode 100644 index 0000000..83570a9 --- /dev/null +++ b/.gitea/workflows/cache-npx.yml @@ -0,0 +1,16 @@ +name: Cache Npx +on: [push] +jobs: + task: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v3 + + - name: Cache Gradle Wrapper + uses: actions/cache@v3 + with: + path: ~/.npm/_npx + key: ${{ runner.os }}-npx + + - run: npx degit -v