mirror of
https://github.com/TheAlgorithms/Java.git
synced 2026-03-13 08:40:43 +08:00
chore: monitor structure of the project (#6291)
This commit is contained in:
22
.github/workflows/project_structure.yml
vendored
Normal file
22
.github/workflows/project_structure.yml
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
name: ProjectStructure
|
||||
|
||||
'on':
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
check_structure:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.13'
|
||||
|
||||
- name: Check project structure
|
||||
run: python3 .github/workflows/scripts/check_structure.py
|
||||
...
|
||||
Reference in New Issue
Block a user