Skip to content

v0.5.2

v0.5.2 #1

Workflow file for this run

name: "Post release"
on:
release:
types:
- published
jobs:
install:
name: Install script
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- run: curl -sSfL https://raw.githubusercontent.com/golangci/misspell/master/install-misspell.sh | sh -s -- -b "./bin-misspell"