initial import from steam-vent repo

This commit is contained in:
Robin Appelman 2025-09-07 17:22:53 +02:00
commit ad1ab4bf54
44 changed files with 168123 additions and 0 deletions

31
.forgejo/workflows/ci.yml Normal file
View file

@ -0,0 +1,31 @@
name: "CI"
on:
pull_request:
push:
jobs:
check-proto:
runs-on: nix
steps:
- uses: actions/checkout@v4
- uses: https://codeberg.org/icewind/attic-action@v1
with:
name: ci
instance: https://cache.icewind.me
authToken: "${{ secrets.ATTIC_TOKEN }}"
- run: |
nix run .#proto-builder protos src/generated
- run: |
git diff
git diff-index --quiet HEAD --
checks:
runs-on: nix
steps:
- uses: actions/checkout@v4
- uses: https://codeberg.org/icewind/attic-action@v1
with:
name: link
instance: https://cache.icewind.link
authToken: "${{ secrets.ATTIC_TOKEN }}"
- run: nix flake check --keep-going