Skip to content

chore(deps): update github artifact actions (major) #411

chore(deps): update github artifact actions (major)

chore(deps): update github artifact actions (major) #411

Workflow file for this run

---
name: CI (host)
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
check:
name: Check
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v20
- run: |
: nix flake check
nix flake check --keep-going --print-build-logs