Skip to content

Bump org.apache.commons:commons-lang3 from 3.9 to 3.18.0 in /tests/examples_goldfiles/examples/skip-artifact-generation/parent/parent1 #89

Bump org.apache.commons:commons-lang3 from 3.9 to 3.18.0 in /tests/examples_goldfiles/examples/skip-artifact-generation/parent/parent1

Bump org.apache.commons:commons-lang3 from 3.9 to 3.18.0 in /tests/examples_goldfiles/examples/skip-artifact-generation/parent/parent1 #89

Workflow file for this run

name: ci
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bazelbuild/setup-bazelisk@v3
- run: pip install --user lxml
- run: bazel build //...
- run: bazel test //...
- run: pip install ruff --user lxml
- run: python -m ruff check src tests