Skip to content

resolved patch_chat_model bug #31

resolved patch_chat_model bug

resolved patch_chat_model bug #31

name: validate-codecov-config

Check failure on line 1 in .github/workflows/validate-codecov-config.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/validate-codecov-config.yml

Invalid workflow file

you may only define one of `paths` and `paths-ignore` for a single event
on:
pull_request:
paths-ignore:
- "cookbooks/**"
paths: [codecov.yaml]
push:
paths-ignore:
- "cookbooks/**"
branches: [master]
jobs:
validate-codecov-config:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Validate codecov configuration
run: curl -sSL --fail-with-body --data-binary @codecov.yaml https://codecov.io/validate