mirror of
https://github.com/tadfisher/pass-otp.git
synced 2025-12-12 20:35:50 +01:00
Add Github workflow
This commit is contained in:
16
.github/workflows/ci.yml
vendored
Normal file
16
.github/workflows/ci.yml
vendored
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
name: CI
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
pull_request:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- uses: nixbuild/nix-quick-install-action@v9
|
||||||
|
with:
|
||||||
|
nix_version: 2.4
|
||||||
|
nix_conf: experimental-features = nix-command flakes
|
||||||
|
- name: nix build
|
||||||
|
run: nix -L build .#
|
||||||
Reference in New Issue
Block a user