Skip to content

build(deps): Bump github.com/TwiN/kevent from 0.1.2 to 0.1.3 (#74) #163

build(deps): Bump github.com/TwiN/kevent from 0.1.2 to 0.1.3 (#74)

build(deps): Bump github.com/TwiN/kevent from 0.1.2 to 0.1.3 (#74) #163

Workflow file for this run

name: test
on:
pull_request:
paths-ignore:
- '*.md'
push:
branches:
- master
paths-ignore:
- '*.md'
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/setup-go@v5
with:
go-version: 1.19
- uses: actions/checkout@v4
- run: go build
- run: go test ./... -cover