Skip to content

Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.2 to 4.8.6.6 #63

Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.2 to 4.8.6.6

Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.2 to 4.8.6.6 #63

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