Skip to content

Bump lewagon/wait-on-check-action from 1.3.3 to 1.3.4 #27

Bump lewagon/wait-on-check-action from 1.3.3 to 1.3.4

Bump lewagon/wait-on-check-action from 1.3.3 to 1.3.4 #27

Workflow file for this run

name: CI
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: ./go.mod
- run: go fmt ./...
- run: go test -v ./...