fix: pipeline

This commit is contained in:
2026-02-09 21:58:04 +01:00
parent f3fafa8ea0
commit d2bbfe3b40

View File

@@ -15,6 +15,8 @@ jobs:
runs-on: docker runs-on: docker
container: container:
image: catthehacker/ubuntu:act-latest image: catthehacker/ubuntu:act-latest
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
@@ -32,8 +34,6 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: pnpm install --frozen-lockfile run: pnpm install --frozen-lockfile
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Lint - name: Lint
run: pnpm lint run: pnpm lint