clang
unvendor
This commit is contained in:
parent
9a4b261179
commit
404aa8ebbb
139 changed files with 8091 additions and 1178 deletions
19
06/.github/workflows/release-checks.yml
vendored
Normal file
19
06/.github/workflows/release-checks.yml
vendored
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue