Compare commits

..
Author SHA1 Message Date
30acfc88cf chore(deps): update rust crate reqwest to 0.13
Some checks failed
renovate/artifacts Artifact file update failure
renovate/stability-days Updates have met minimum release age requirement
Dependency builds / Build & Lint (pull_request) Failing after 4s
2026-08-20 22:01:59 +03:00
1fe9f4ce82
Update workflows 2026-08-20 20:58:53 +02:00

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