Skip to content

ci: remove windows-latest from test matrix #3

ci: remove windows-latest from test matrix

ci: remove windows-latest from test matrix #3

Workflow file for this run

name: lint
on:
push:
branches:
- master
pull_request:
branches:
- master
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: stable
cache: false
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest