Name nix workflow

This commit is contained in:
sdiehl
2020-01-04 23:12:42 +00:00
parent af6cabe185
commit 03f73d8cde
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -3,6 +3,7 @@ name: Nix CI
on: [pull_request]
jobs:
build:
name: nix
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1