Skip to content

build(deps): bump the actions group with 2 updates #11

build(deps): bump the actions group with 2 updates

build(deps): bump the actions group with 2 updates #11

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, ready_for_review, reopened]
jobs:
pre-commit:
name: PreCommit
runs-on: ubuntu-latest
steps:
- uses: DeterminateSystems/nix-installer-action@v12
with:
diagnostic-endpoint: ""
- uses: DeterminateSystems/magic-nix-cache-action@v7
with:
diagnostic-endpoint: ""
- name: Checkout
uses: actions/checkout@v4
- id: files
uses: tj-actions/changed-files@v44
#TODO: check why trigger a infinite recursion but works fine locally
#- name: nix checks
# run: nix flake check
- name: nix pre-commit
run: nix develop . --command pre-commit run --files ${{ steps.files.outputs.all_changed_files }} --show-diff-on-failure