Skip to content

Fix With* and dedup attrs (#5) #10

Fix With* and dedup attrs (#5)

Fix With* and dedup attrs (#5) #10

Workflow file for this run

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow
name: tests
on:
push:
workflow_dispatch:
jobs:
tests:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: stable
- run: make ci-test