Skip to content

feat: deflexicon macro for coverting Lexicons into runtime validati… #10

feat: deflexicon macro for coverting Lexicons into runtime validati…

feat: deflexicon macro for coverting Lexicons into runtime validati… #10

Workflow file for this run

name: Push
on:
push:
branches:
- main
jobs:
docker:
name: Lint and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Nix
uses: nixbuild/nix-quick-install-action@v30
- run: nix flake check
- run: nix develop --command mix deps.get
- run: nix develop --command mix credo --mute-exit-status -a
- run: nix develop --command mix test