.gitea/workflows/deploy.yml aktualisiert
This commit is contained in:
@@ -11,6 +11,8 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Run our own Custom Composite Cached Node JS Deps Action
|
- name: Run our own Custom Composite Cached Node JS Deps Action
|
||||||
uses: https://gitea.coursow.de/Test-Playground/actions-custom-composite@v1
|
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
|
- name: Lint code
|
||||||
run: npm run lint
|
run: npm run lint
|
||||||
test:
|
test:
|
||||||
|
|||||||
Reference in New Issue
Block a user