Skip to content

chore(deps): bump pre-commit-ci/lite-action from 1.0.2 to 1.0.3 (#30) #132

chore(deps): bump pre-commit-ci/lite-action from 1.0.2 to 1.0.3 (#30)

chore(deps): bump pre-commit-ci/lite-action from 1.0.2 to 1.0.3 (#30) #132

Workflow file for this run

name: Test Config Module
on:
push:
branches:
- main
pull_request:
paths:
- config/**
- .github/workflows/config.yml
permissions:
# Needed to read the content of the repository
contents: read
# Needed for the static analysis result upload
security-events: write
# Needed for golangci-lint for the only-new-issues flag
pull-requests: read
# Needed to annotate the code with the scan results > https://github.blog/2018-12-14-introducing-check-runs-and-annotations/
checks: write
defaults:
run:
shell: bash
working-directory: ./config/...
jobs:
test:
uses: lvlcn-t/meta/.github/workflows/test.yml@main
with:
go_version_file: ./config/go.mod
golangci_config: skip
private_go_server: ""
before_tests: ""
additional_args: -v
package: ./config
secrets:
PRIVATE_GO_SERVER_TOKEN: ${{ secrets.PRIVATE_GO_SERVER_TOKEN }}