Skip to content

chore(deps): update actions/checkout action to v6 #385

chore(deps): update actions/checkout action to v6

chore(deps): update actions/checkout action to v6 #385

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@v6
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v20
- run: |
: nix flake check
nix flake check --keep-going --print-build-logs