mirror of
https://github.com/DeterminateSystems/nix-installer-action.git
synced 2024-12-23 13:32:06 +01:00
Merge pull request #17 from DeterminateSystems/cole-h-patch-1
README: use tagged release
This commit is contained in:
commit
eac6491610
2 changed files with 13 additions and 1 deletions
12
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
12
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
##### Description
|
||||
|
||||
<!---
|
||||
Please include a short description of what your PR does and / or the motivation
|
||||
behind it
|
||||
--->
|
||||
|
||||
##### Checklist
|
||||
|
||||
- [ ] Tested changes against a test repository
|
||||
- [ ] Added or updated relevant documentation (leave unchecked if not applicable)
|
||||
- [ ] (If this PR is for a release) Updated README to point to the new tag (leave unchecked if not applicable)
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install Nix
|
||||
uses: DeterminateSystems/nix-installer-action@main
|
||||
uses: DeterminateSystems/nix-installer-action@v1
|
||||
- name: Run `nix build`
|
||||
run: nix build .
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue