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
container:
image: catthehacker/ubuntu:act-latest
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
steps:
- name: Checkout
uses: actions/checkout@v4
@@ -32,8 +34,6 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Lint
run: pnpm lint