Skip to content

[github-actions]: Bump codecov/codecov-action from 4 to 5 #85

[github-actions]: Bump codecov/codecov-action from 4 to 5

[github-actions]: Bump codecov/codecov-action from 4 to 5 #85

name: Validate Gradle Wrapper
# No need to run when only the docs are changing. There is
# a workflow to validate the docs.
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onpushpull_requestpull_request_targetpathspaths-ignore
on:
pull_request:
paths-ignore:
- 'docs/**'
- 'mkdocs.yml'
push:
branches:
- main
jobs:
validation:
name: "Validation"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gradle/wrapper-validation-action@v3