fix(deps): update dependency org.slf4j:slf4j-jdk14 to v2.0.16 #9173
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Test bash functions" | |
on: [push, pull_request] | |
jobs: | |
validateReleaseFunctions: | |
name: "validate release functions" | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
- name: Run release functions test | |
run: "bash scripts/tests/test_release_functions.sh" | |
validateHelperFunctions: | |
name: "validate helper functions" | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
- name: Run helper functions test | |
run: "bash scripts/tests/test_helper_functions.sh" |