Skip to content

desktop: Remove .envrc from global gitignore #337

desktop: Remove .envrc from global gitignore

desktop: Remove .envrc from global gitignore #337

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install nix
uses: DeterminateSystems/nix-installer-action@v19
- name: Run check
run: "nix -L flake check"