Skip to content

Bump github.com/gin-gonic/gin from 1.7.7 to 1.9.1 #29

Bump github.com/gin-gonic/gin from 1.7.7 to 1.9.1

Bump github.com/gin-gonic/gin from 1.7.7 to 1.9.1 #29

Workflow file for this run

name: Golang Formatter
on: [pull_request]
jobs:
build:
name: Golang Formatter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
fetch-depth: 0
- name: work around permission issue
run: git config --global --add safe.directory /github/workspace
- name: Golang Formatter
uses: brucetieu/auto-go-format@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}