mirror of
https://github.com/actions/typescript-action.git
synced 2025-12-15 06:26:52 +00:00
Fix a bunch of small issues with the template (#67)
* Fixup dependencies and some other things * add dependabot * Update to separate run steps
This commit is contained in:
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@@ -13,6 +13,7 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
- run: |
|
||||
npm install
|
||||
- run: |
|
||||
npm run all
|
||||
test: # make sure the action works on a clean machine without building
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user