Skip to content

Bump github.com/go-openapi/strfmt from 0.21.10 to 0.22.0 #12

Bump github.com/go-openapi/strfmt from 0.21.10 to 0.22.0

Bump github.com/go-openapi/strfmt from 0.21.10 to 0.22.0 #12

Workflow file for this run

---
name: spellcheck
on:
push:
tags-ignore:
- '**'
branches:
- main
pull_request:
branches:
- main
jobs:
build:
name: spellcheck
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.20.x
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Spellcheck
run: |
go install github.com/client9/misspell/cmd/misspell@latest
find . -type f | xargs misspell -source=text -error