Skip to content

refactor: changed typix for press #36

refactor: changed typix for press

refactor: changed typix for press #36

Workflow file for this run

name: Run flake checks
on:
pull_request:
types: [opened, reopened, synchronize]
push:
branches:
- master
permissions:
contents: read
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- name: Flake check
run: nix flake check