mirror of
https://codeberg.org/steam-vent/chat.git
synced 2026-06-03 18:04:11 +02:00
init
This commit is contained in:
commit
ffba791f3b
8 changed files with 2882 additions and 0 deletions
28
.forgejo/workflows/ci.yml
Normal file
28
.forgejo/workflows/ci.yml
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
name: "CI"
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
|
||||
jobs:
|
||||
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
|
||||
|
||||
semver-checks:
|
||||
runs-on: nix
|
||||
needs: [checks]
|
||||
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 .#semver-checks
|
||||
Loading…
Add table
Add a link
Reference in a new issue