mirror of
https://github.com/benjlevesque/short-sha.git
synced 2026-07-04 15:49:22 +02:00
chore: package upgrades & switch to npm
This commit is contained in:
@@ -12,8 +12,11 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: |
|
||||
yarn
|
||||
yarn all
|
||||
npm i
|
||||
npm run format
|
||||
npm run lint
|
||||
npm run test
|
||||
npm run build
|
||||
test: # make sure the action works on a clean machine without building
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user