Thanks to visit codestin.com
Credit goes to github.com

Skip to content

refactor(ci): use native auto-merge instead of Mic92/auto-merge #391

refactor(ci): use native auto-merge instead of Mic92/auto-merge

refactor(ci): use native auto-merge instead of Mic92/auto-merge #391

Workflow file for this run

name: "Nix CI"
on:
workflow_dispatch: # manual triggering
pull_request:
push:
branches: ["dev"]
jobs:
ci:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v6
- uses: DeterminateSystems/nix-installer-action@v21
- name: Run CI
run: nix flake check .