Update CI/CD
All checks were successful
CI / build (push) Successful in 25s

This commit is contained in:
Andrey Kernichniy 2026-03-07 15:13:52 +07:00
parent 85c15b3dad
commit 7b8709d7d8
3 changed files with 17 additions and 2 deletions

View file

@ -16,9 +16,13 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '20'
registry-url: ${{ vars.VERDACCIO_URL }}
- name: Install dependencies
run: npm ci
run: npm ci --registry ${{ vars.VERDACCIO_URL }}
env:
VERDACCIO_URL: ${{ vars.VERDACCIO_URL }}
NODE_AUTH_TOKEN: ${{ secrets.VERDACCIO_TOKEN }}
- name: Prettier
run: npm run prettier:check

View file

@ -18,9 +18,13 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '20'
registry-url: ${{ vars.VERDACCIO_URL }}
- name: Install dependencies
run: npm ci
run: npm ci --registry ${{ vars.VERDACCIO_URL }}
env:
VERDACCIO_URL: ${{ vars.VERDACCIO_URL }}
NODE_AUTH_TOKEN: ${{ secrets.VERDACCIO_TOKEN }}
- name: Prettier
run: npm run prettier:check

View file

@ -0,0 +1,7 @@
# Descriptions
This template repo for libraries on Type Script.
Repository include:
- Base checks of code (prettier, eslint, husky)
- Base Forgejo CI/CD workflows