Skip to content

feat: allow strings for pluginSpec config via mkLuaInline (#5) #10

feat: allow strings for pluginSpec config via mkLuaInline (#5)

feat: allow strings for pluginSpec config via mkLuaInline (#5) #10

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