Skip to content

Bump org.mockito:mockito-bom from 5.14.2 to 5.15.2 (#779) #254

Bump org.mockito:mockito-bom from 5.14.2 to 5.15.2 (#779)

Bump org.mockito:mockito-bom from 5.14.2 to 5.15.2 (#779) #254

Workflow file for this run

name: Validate configuration
on:
push:
branches: [ "main" ]
pull_request:
branches:
- main
workflow_call: {}
workflow_dispatch: {}
jobs:
build:
name: Validate configuration
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
check_together: 'yes'
scandir: './scripts'
- name: Validate codecov.yml
shell: bash
run: curl -vvv --fail --data-binary @- https://codecov.io/validate < codecov.yml