Update workflows

This commit is contained in:
Alois 2026-08-20 20:58:46 +02:00
commit dcc9be6db7
Signed by: alois
SSH key fingerprint: SHA256:GBzT2DXvAuGV9XIV5W3WrzVpjU54FThmxHXdbz95J24

View file

@ -0,0 +1,21 @@
name: Dependency builds
on:
pull_request:
env:
FORGEJO_TOKEN: ""
GITHUB_TOKEN: ""
jobs:
check:
if: ${{ github.actor == 'rasensprenger' }}
name: Build & Lint
runs-on: nixos
steps:
- uses: https://data.forgejo.org/actions/checkout@v4
with:
persist-credentials: false
- run: nix develop .#default --command pnpm install --frozen-lockfile
- run: nix develop .#default --command pnpm run lint
- run: nix develop .#default --command pnpm run build