Skip to content

build(deps): bump github.com/fsnotify/fsnotify from 1.7.0 to 1.8.0 #162

build(deps): bump github.com/fsnotify/fsnotify from 1.7.0 to 1.8.0

build(deps): bump github.com/fsnotify/fsnotify from 1.7.0 to 1.8.0 #162

Workflow file for this run

name: Test
on:
push: {}
workflow_dispatch: {}
permissions:
contents: read
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: stable
- name: Generate code
run: go generate ./...
- name: Run Tests
run: go test -v ./...