Skip to content

ci: Change 'ubuntu-latest' runners to 'ubuntu-22.04' #9

ci: Change 'ubuntu-latest' runners to 'ubuntu-22.04'

ci: Change 'ubuntu-latest' runners to 'ubuntu-22.04' #9

Workflow file for this run

name: lint
on:
pull_request:
branches:
- main
- develop
jobs:
lint:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Golangci-lint
uses: golangci/[email protected]