Skip to content

hmm

hmm #418

Workflow file for this run

name: gofmt Linting
on:
push:
branches:
- master
jobs:
goLint:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22'
- name: Lint
run: |
gofmt -l -s -w .
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: 'RoseLoverX: auto Linting'
commit_options: '--no-verify'
repository: .
commit_user_name: AmarnathCjd
commit_user_email: [email protected]
commit_author: AmarnathCjd <[email protected]>