Skip to content

Bump gix due to CVE #58

Bump gix due to CVE

Bump gix due to CVE #58

Workflow file for this run

name: Nix
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
check:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: DeterminateSystems/flake-checker-action@main
- name: Run `nix flake check`
run: nix flake check