Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Add Concurrent Merge Sort Implementation #4110

Add Concurrent Merge Sort Implementation

Add Concurrent Merge Sort Implementation #4110

---
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@v6.3.0
with:
python-version: '3.13'
- name: Check project structure
run: python3 .github/workflows/scripts/check_structure.py
...
Morty Proxy This is a proxified and sanitized view of the page, visit original site.