mirror of
https://github.com/garronej/ts-ci.git
synced 2025-11-30 21:43:05 +00:00
Remove useless steps
This commit is contained in:
parent
be950d24a3
commit
95c255e499
1 changed files with 0 additions and 7 deletions
|
|
@ -46,13 +46,6 @@ jobs:
|
|||
USER_OR_ORG: ${{ github.repository_owner }}
|
||||
DESC: ${{ github.event.repository.description }}
|
||||
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.
|
||||
run: rm .github/workflows/template_initialization.yaml
|
||||
- name: Commit files
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue