Skip to content

feat: add more plugin spec fields #22

feat: add more plugin spec fields

feat: add more plugin spec fields #22

Workflow file for this run

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