mirror of
https://github.com/iofq/nvim.nix.git
synced 2026-01-23 08:55:16 -06:00
test workflow
This commit is contained in:
parent
7a85a7aff4
commit
d28f5708de
1 changed files with 3 additions and 0 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
|
@ -1,6 +1,8 @@
|
|||
name: build
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types: opened
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
|
@ -24,6 +26,7 @@ jobs:
|
|||
--bundler github:ralismark/nix-appimage \
|
||||
--extra-experimental-features nix-command \
|
||||
--extra-experimental-features flakes .#minimal
|
||||
ls -lahrt && pwd
|
||||
|
||||
- name: Upload bundle to release
|
||||
uses: svenstaro/upload-release-action@v2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue