Skip to content

Bump crate-ci/typos from 1.22.9 to 1.25.0 #59

Bump crate-ci/typos from 1.22.9 to 1.25.0

Bump crate-ci/typos from 1.22.9 to 1.25.0 #59

Workflow file for this run

on: [push, pull_request]
name: CI
jobs:
test:
strategy:
matrix:
go-version: [1.17.x, oldstable, stable]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: Checkout
uses: actions/checkout@v4
- name: Test
run: go test ./...
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: latest