Skip to content

Commit

Permalink
added ci
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelCoding committed Nov 8, 2023
1 parent 9e48c0b commit 78dc63f
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/deadnix.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: "deadnix"

on:
push:
branches: [ master ]
tags: [ '*' ]
pull_request:

jobs:
deadnix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v23
- uses: astro/deadnix-action@main
with:
flags: "-l"
15 changes: 15 additions & 0 deletions .github/workflows/flake-check.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: "flake check"

on:
push:
branches: [ master ]
tags: [ '*' ]
pull_request:

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v23
- run: nix flake check

0 comments on commit 78dc63f

Please sign in to comment.