Skip to content

chore(deps): bump org.apache.commons:commons-collections4 from 4.5.0 to 4.6.0 #4183

chore(deps): bump org.apache.commons:commons-collections4 from 4.5.0 to 4.6.0

chore(deps): bump org.apache.commons:commons-collections4 from 4.5.0 to 4.6.0 #4183

---
name: ProjectStructure
'on':
workflow_dispatch:
push:
branches:
- master
pull_request:
permissions:
contents: read
jobs:
check_structure:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-python@v7.0.0
with:
python-version: '3.13'
- name: Check project structure
run: python3 .github/workflows/scripts/check_structure.py
...