mirror of
https://github.com/benjlevesque/short-sha.git
synced 2025-12-06 01:37:51 +01:00
Github actions security fix & package upgrades (#4)
This commit is contained in:
committed by
GitHub
parent
0f5099858c
commit
56c9032868
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -12,8 +12,8 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- run: |
|
||||
npm install
|
||||
npm run all
|
||||
yarn
|
||||
yarn all
|
||||
test: # make sure the action works on a clean machine without building
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user