Skip to content

Escape dollar signs in record field labels, cont'd #47

Escape dollar signs in record field labels, cont'd

Escape dollar signs in record field labels, cont'd #47

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v30
- name: Setup Cachix
uses: cachix/cachix-action@v15
with:
name: gaelreyrol
- name: Run Dhall linter
run: nix develop --command dhall lint Resume/*.dhall
- name: Run Formatter check
run: nix fmt . -- --check
- name: Run Flake check
run: nix flake check