add CI images to repo
This commit is contained in:
parent
abce966b76
commit
471944ad89
8 changed files with 103 additions and 5 deletions
|
|
@ -7,13 +7,17 @@ on:
|
|||
jobs:
|
||||
build:
|
||||
runs-on: nix-latest
|
||||
permissions:
|
||||
id-token: "write"
|
||||
contents: "read"
|
||||
strategy:
|
||||
matrix:
|
||||
package_name: ["nvim"]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: DeterminateSystems/nix-installer-action@main
|
||||
- name: check
|
||||
- uses: DeterminateSystems/flakehub-cache-action@main
|
||||
- name: nix flake check
|
||||
run: nix flake check
|
||||
- name: Run `nix bundle`
|
||||
if: github.ref == 'refs/heads/main'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue