Skip to content
This repository was archived by the owner on Nov 25, 2025. It is now read-only.

Update package import method in flake.nix (#112) #183

Update package import method in flake.nix (#112)

Update package import method in flake.nix (#112) #183

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches:
- main
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v5
- uses: erlef/setup-beam@v1
with:
otp-version: latest
elixir-version: latest
- run: ./lint.sh