Compare commits
3 Commits
cba87d15da
...
d8df78c290
Author | SHA1 | Date |
---|---|---|
Piotr Rogowski | d8df78c290 | |
Piotr Rogowski | 793366bb3f | |
Piotr Rogowski | 192f9e9193 |
|
@ -15,10 +15,12 @@ inputs:
|
|||
runs:
|
||||
using: composite
|
||||
steps:
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '20.x'
|
||||
- name: Validate
|
||||
shell: bash
|
||||
run: |
|
||||
NPM_GITHUB_TOKEN=${{ inputs.github-token }}
|
||||
echo -e "@hyper-tuner:registry=https://npm.pkg.github.com\n//npm.pkg.github.com/:_authToken=${NPM_GITHUB_TOKEN}" > .npmrc
|
||||
npm i -g npm@8.15.1
|
||||
npx -y hyper-tuner/ini validate ${{ inputs.filename }}
|
||||
|
|
Loading…
Reference in New Issue