.gitea/workflows/deploy.yml aktualisiert
Deployment / lint (push) Successful in 54s
Deployment / test (push) Successful in 1m0s
Deployment / build (push) Successful in 1m5s
Deployment / deploy (push) Successful in 12s

This commit is contained in:
2023-07-27 18:31:44 +02:00
parent 985cde05bb
commit a2fb068356
+2
View File
@@ -11,6 +11,8 @@ jobs:
uses: actions/checkout@v3
- name: Run our own Custom Composite Cached Node JS Deps Action
uses: https://gitea.coursow.de/Test-Playground/actions-custom-composite@v1
with:
caching: 'false' # Override the default 'caching' input value from the action.yml file for this step
- name: Lint code
run: npm run lint
test: