Skip to content
This repository has been archived by the owner on Dec 30, 2024. It is now read-only.

feat: add NestedObjectValueOf #27

feat: add NestedObjectValueOf

feat: add NestedObjectValueOf #27

Workflow file for this run

on:
workflow_dispatch:
push:
branches:
- '**'
- '!main'
paths:
- '.github/workflows/go-generate.yml'
- 'template.go'
- '*.go.tmpl'
name: go-generate
jobs:
go-generate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- run: go generate ./...
- run: git status --ignored
- uses: stefanzweifel/git-auto-commit-action@v5
with:
add_options: '--force'
commit_message: 'ci(generate): changes by go generate'
file_pattern: '*_attribute.go'
skip_dirty_check: true