Skip to content

feat: add action

feat: add action #1

on:

Check failure on line 1 in .github/workflows/verify-conformance.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/verify-conformance.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: verify-conformance
workflow_dispatch: {}
schedule:
- cron: '0 * * * *'
permissions:
contents: read
pull-requests: write
issues: write
jobs:
verify-conformance:
runs-on: ubuntu-latest
jobs:
- name: write-config
run: |
curl -sSLv https://raw.githubusercontent.com/cncf-infra/verify-conformance/main/hack/local-dev/verify-conformance-config.yaml -o ./verify-conformance-config.yaml
- name: verify-conformance
env:
GITHUB_TOKEN: ${{ github.token }}
run: |
docker run --rm \
-e GITHUB_TOKEN \
-v verify-conformance-config.yaml:/etc/plugin/config.yaml \
-v "$PWD:$PWD:ro" \
--workdir "$PWD" \
ghcr.io/cncf-infra/verify-conformance/action:latest \
-plugin-config=/etc/plugin/config.yaml