Skip to content

chore(deps-dev): bump @types/node from 22.5.0 to 22.10.1 #410

chore(deps-dev): bump @types/node from 22.5.0 to 22.10.1

chore(deps-dev): bump @types/node from 22.5.0 to 22.10.1 #410

Workflow file for this run

---
name: Format
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
nix-flake-check:
name: Nix Flake Check
runs-on: ubuntu-latest
steps:
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@e50d5f73bfe71c2dd0aa4218de8f4afa59f8f81d # v16
- name: Checkout
uses: actions/checkout@v4
- run: nix flake check