Skip to content

build(deps): bump github.com/golangci/golangci-lint in /tools #242

build(deps): bump github.com/golangci/golangci-lint in /tools

build(deps): bump github.com/golangci/golangci-lint in /tools #242

Workflow file for this run

name: Main
on:
push:
pull_request:
env:
GO_VERSION: '1.22'
jobs:
main:
name: Main Process
runs-on: ubuntu-latest
steps:
# https://github.com/marketplace/actions/checkout
- name: Check out code
uses: actions/checkout@v4
# https://github.com/marketplace/actions/setup-go-environment
- name: Set up Go ${{ env.GO_VERSION }}
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
- name: Lint and Tests
run: |
make ci
git diff --exit-code