update toml workflows
All checks were successful
Go Action / goaction (push) Successful in 26s
Go Action / goaction (pull_request) Successful in 35s

This commit is contained in:
2025-12-27 11:21:52 +03:00
parent 90f6f65c5f
commit 0e7f303c2d
2 changed files with 25 additions and 4 deletions

View File

@@ -1,6 +1,17 @@
name: Go Action
on: [push, pull_request]
on:
push:
branches:
- master
pull_request:
paths-ignore:
- 'provider/etcd/**'
- 'provider/ini/**'
- 'provider/json/**'
- 'provider/toml/**'
- 'provider/vault/**'
- 'provider/yaml/**'
jobs:
goaction:

View File

@@ -1,6 +1,16 @@
name: Go Action
on: [push, pull_request]
on:
push:
branches:
- master
paths:
- 'provider/toml/**'
- '.gitea/workflows/toml.yml'
pull_request:
paths:
- 'provider/toml/**'
- '.gitea/workflows/toml.yml'
jobs:
goaction:
@@ -20,9 +30,9 @@ jobs:
version: v2.7.2 # Specify the linter version
# Optional: additional arguments
args: --verbose
working-directory: ./provider/json
working-directory: ./provider/toml
- name: Run go test
run: go test ./...
working-directory: ./provider/json
working-directory: ./provider/toml