Skip to content

chore(deps): bump micromatch from 4.0.5 to 4.0.8 in /website #307

chore(deps): bump micromatch from 4.0.5 to 4.0.8 in /website

chore(deps): bump micromatch from 4.0.5 to 4.0.8 in /website #307

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@ab6bcb2d5af0e904d04aea750e2089e9dc4cbfdd # v13
- name: Checkout
uses: actions/checkout@v4
- run: nix flake check