FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Merge branch 'master' into feat/self-organizing-list · TheAlgorithms/Java@bf9575d · GitHub

feat(datastructures): add SelfOrganizingLinkedList implementation and tests #4230

feat(datastructures): add SelfOrganizingLinkedList implementation and tests

feat(datastructures): add SelfOrganizingLinkedList implementation and tests #4230

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
---
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
...

Back | FazBrowse Home | New Git URL