linalg-zero / .github /workflows /validate-codecov-config.yml
atomwalk12's picture
initial commit
0dd6c2f
raw
history blame contribute delete
352 Bytes
name: validate-codecov-config
on:
pull_request:
paths: [codecov.yaml]
push:
branches: [main]
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