unvendor
This commit is contained in:
Dawid Sobczak 2025-04-18 12:41:04 +01:00
parent 9a4b261179
commit 404aa8ebbb
139 changed files with 8091 additions and 1178 deletions

19
06/.github/workflows/release-checks.yml vendored Normal file
View file

@ -0,0 +1,19 @@
name: "release checks"
on:
push:
branches:
- main
- staging
pull_request:
branches:
- main
- staging
jobs:
release-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v23
with:
extra_nix_config: "experimental-features = flakes nix-command ca-derivations"
- run: helpers/maint/release # checks hashes in 0.nix + some more