Skip to content

feat: allow strings for pluginSpec config via mkLuaInline #8

feat: allow strings for pluginSpec config via mkLuaInline

feat: allow strings for pluginSpec config via mkLuaInline #8

Workflow file for this run

name: Build example and run tests
on:
pull_request:
push:
branches:
- main
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- run: nix build ./example
- run: nix run ./example#test