update lockfile and adjust PR check

disable legendary because of electron issues
This commit is contained in:
Noah Masur
2023-11-05 07:52:56 -05:00
parent 5709afd835
commit d128511a21
3 changed files with 41 additions and 31 deletions

View File

@ -31,7 +31,17 @@ jobs:
dependencies
automated
- name: Check the Flake
id: check
run: nix flake check
- name: Update Check Status
uses: LouisBrunner/checks-action@v1.6.1
if: always()
with:
token: ${{ secrets.GITHUB_TOKEN }}
name: Update Flake
conclusion: ${{ job.status }}
output: |
{"summary":"${{ steps.check.outputs.stdout }}"}
- name: Enable Pull Request Automerge
if: success()
run: |