Remove useless steps

This commit is contained in:
Garrone Joseph 2020-05-16 23:06:36 +02:00 committed by GitHub
parent be950d24a3
commit 95c255e499
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,13 +46,6 @@ jobs:
USER_OR_ORG: ${{ github.repository_owner }} USER_OR_ORG: ${{ github.repository_owner }}
DESC: ${{ github.event.repository.description }} DESC: ${{ github.event.repository.description }}
REPO_NAME_NO_DASHES: ${{ steps.id2.outputs.replace_result }} REPO_NAME_NO_DASHES: ${{ steps.id2.outputs.replace_result }}
- uses: actions/setup-node@v1
- name: Update pre-configured dev dependencies
run: |
npm install --save-dev denoify
npm install --save-dev typescript
npm install --save-dev evt
rm package-lock.json
- name: Remove this workflow, it only needs to be run once. - name: Remove this workflow, it only needs to be run once.
run: rm .github/workflows/template_initialization.yaml run: rm .github/workflows/template_initialization.yaml
- name: Commit files - name: Commit files