Skip to content

Link to Nixcademy lazy evaluation article #1279

Link to Nixcademy lazy evaluation article

Link to Nixcademy lazy evaluation article #1279

Workflow file for this run

name: "Check EditorConfig"
on:
push:
branches:
- master
merge_group:
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v31
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Checking EditorConfig
run: nix run nixpkgs#editorconfig-checker
- if: ${{ failure() }}
run: |
echo "::error :: Hey! It looks like your changes don't follow our editorconfig settings. Read https://editorconfig.org/#download to configure your editor so you never see this error again."