Skip to content

Bump org.apache.commons:commons-lang3 from 3.13.0 to 3.17.0 #69

Bump org.apache.commons:commons-lang3 from 3.13.0 to 3.17.0

Bump org.apache.commons:commons-lang3 from 3.13.0 to 3.17.0 #69

Workflow file for this run

name: test
on:
pull_request
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build
run: make build
- name: Run tests
run: make test