Bump com.rabbitmq:amqp-client from 5.21.0 to 5.24.0 #65
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: Other PR Checks | |
on: # yamllint disable-line rule:truthy | |
pull_request: | |
jobs: | |
other-pr-checks: | |
name: Other PR Checks | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out repo | |
uses: actions/checkout@v4 | |
- name: Run YAML linting | |
uses: karancode/[email protected] | |
with: | |
yamllint_strict: true | |
- name: Run woke | |
uses: get-woke/woke-action@v0 | |
with: | |
fail-on-error: true |