Skip to content

Chore: Updates Go to 1.23 #57

Chore: Updates Go to 1.23

Chore: Updates Go to 1.23 #57

Workflow file for this run

name: Lint
on: pull_request
jobs:
golangci-lint:
name: lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/[email protected]
with:
version: latest
commitlint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Lint commit messages
uses: wagoid/[email protected]