Skip to content

chore(dae): sync to refs/head/main (#156) #292

chore(dae): sync to refs/head/main (#156)

chore(dae): sync to refs/head/main (#156) #292

Workflow file for this run

name: Lint
on:
pull_request:
branches: ["*"]
paths-ignore:
- '**/*.md'
push:
branches: ["main"]
paths-ignore:
- '**/*.md'
jobs:
statix:
name: Statix Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: cachix/cachix-action@v12
with:
name: statix
- uses: jocelynthode/statix-action@master