Skip to content

Bump org.testcontainers:testcontainers-bom from 1.20.2 to 2.0.1 #88

Bump org.testcontainers:testcontainers-bom from 1.20.2 to 2.0.1

Bump org.testcontainers:testcontainers-bom from 1.20.2 to 2.0.1 #88

---
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