Compare commits

...

3 Commits

Author SHA1 Message Date
Piotr Rogowski d8df78c290
No cache needed 2024-04-29 22:15:57 +02:00
Piotr Rogowski 793366bb3f
Fix run 2024-04-29 22:14:29 +02:00
Piotr Rogowski 192f9e9193
Use setup node action 2024-04-29 22:11:21 +02:00
1 changed files with 3 additions and 1 deletions

View File

@ -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 }}