generated from methanium/template
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 30acfc88cf | |||
|
1fe9f4ce82 |
2 changed files with 22 additions and 1 deletions
21
.forgejo/workflows/dependency-builds.yml
Normal file
21
.forgejo/workflows/dependency-builds.yml
Normal 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
|
||||||
|
|
@ -9,7 +9,7 @@ base64 = "0.23"
|
||||||
chrono = { version = "0.4", features = ["serde"] }
|
chrono = { version = "0.4", features = ["serde"] }
|
||||||
http = "1"
|
http = "1"
|
||||||
mtp = { git = "https://git.methanium.net/methanium/mtp.git", rev = "a692bed326dbfc8eac1a05825f4a287cbab6fd3e", features = ["crypto", "web-server"] }
|
mtp = { git = "https://git.methanium.net/methanium/mtp.git", rev = "a692bed326dbfc8eac1a05825f4a287cbab6fd3e", features = ["crypto", "web-server"] }
|
||||||
reqwest = { version = "0.12", default-features = false, features = ["rustls-tls"] }
|
reqwest = { version = "0.13", default-features = false, features = ["rustls-tls"] }
|
||||||
serde = { version = "1", features = ["derive"] }
|
serde = { version = "1", features = ["derive"] }
|
||||||
serde_json = "1"
|
serde_json = "1"
|
||||||
thiserror = "2"
|
thiserror = "2"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue