action: validate-config validates the configuration in the server side.
---
name: test
on: pull_request
jobs:
test:
runs-on: ubuntu-24.04
timeout-minutes: 10
permissions:
contents: read
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- uses: csm-actions/securefix-action@latest
with:
action: validate-config
config_file: securefix-action.yamlaction: This must bevalidate-configconfig_fileorconfigconfig_file: A configuration file pathconfig: A configuration content
Nothing.