Skip to content

fix(docs): correct reference to elt-workflow #13

fix(docs): correct reference to elt-workflow

fix(docs): correct reference to elt-workflow #13

Workflow file for this run

name: ci
on: [push]
jobs:
lint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
- uses: cachix/cachix-action@v14
with:
name: givonwash
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
- name: Lint Changes
run: nix flake check