Skip to content

refactor: layer all plugin CSS into sarde.plugins for correct cascade… #9

refactor: layer all plugin CSS into sarde.plugins for correct cascade…

refactor: layer all plugin CSS into sarde.plugins for correct cascade… #9

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-go@v6
with:
go-version: "1.25"
cache-dependency-path: go.sum
- run: go vet ./...
- run: go build ./...
- run: go test -count=1 ./...