From 3eb6be089e42ed34df19a5b04fea2e1cd457a933 Mon Sep 17 00:00:00 2001 From: seth Date: Sat, 18 Nov 2023 01:26:20 -0500 Subject: actions: split eslint workflow from CI --- .github/workflows/update-flake.yaml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to '.github/workflows/update-flake.yaml') diff --git a/.github/workflows/update-flake.yaml b/.github/workflows/update-flake.yaml index 0ff5bb9..41eb4fb 100644 --- a/.github/workflows/update-flake.yaml +++ b/.github/workflows/update-flake.yaml @@ -1,4 +1,4 @@ -name: update flake.lock +name: Update flake.lock on: schedule: @@ -7,7 +7,7 @@ on: jobs: update: - runs-on: ubuntu-latest + runs-on: "ubuntu-latest" permissions: contents: write @@ -15,15 +15,17 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: nixbuild/nix-quick-install-action@v26 - - name: update lockfile + - name: Install Nix + uses: nixbuild/nix-quick-install-action@v26 + + - name: Update lockfile uses: DeterminateSystems/update-flake-lock@v20 id: update with: token: ${{ github.token }} - - name: merge pr + - name: Merge PR shell: bash run: gh pr merge --rebase "$PR_ID" env: -- cgit v1.2.3