Skip to content

fix: Only update .gitignore when a link is indeed created (#56) #149

fix: Only update .gitignore when a link is indeed created (#56)

fix: Only update .gitignore when a link is indeed created (#56) #149

Workflow file for this run

name: CI
on:
pull_request:
paths-ignore:
- "README.md"
push:
branches:
- master
paths-ignore:
- "README.md"
workflow_dispatch:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v17
- uses: cachix/cachix-action@v10
with:
name: jmgilman
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
- run: nix develop -c just check