Skip to content

Bump codecov/codecov-action from 3 to 4 #16

Bump codecov/codecov-action from 3 to 4

Bump codecov/codecov-action from 3 to 4 #16

Workflow file for this run

name: Validate configuration
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "**" ]
workflow_call: {}
workflow_dispatch: {}
jobs:
build:
name: Validate configuration
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Validate codecov.yml
shell: bash
run: curl -vvv --fail --data-binary @- https://codecov.io/validate < codecov.yml