Skip to content

Bump ridedott/merge-me-action from 2.10.17 to 2.10.110 #117

Bump ridedott/merge-me-action from 2.10.17 to 2.10.110

Bump ridedott/merge-me-action from 2.10.17 to 2.10.110 #117

Workflow file for this run

name: Go lint and format
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
check_format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
- name: Run with Mage
uses: magefile/mage-action@v2
with:
version: latest
args: go:check:format