Skip to content

docs: redesign Project Structure and Tool Stack diagrams for clarity #8

docs: redesign Project Structure and Tool Stack diagrams for clarity

docs: redesign Project Structure and Tool Stack diagrams for clarity #8

Workflow file for this run

# Create source directory structure

Check failure on line 1 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

(Line: 2, Col: 1): Unexpected value 'mkdir -p src/project_name touch src/__init__.py touch src/project_name/__init__.py touch src/project_name/main.py'
mkdir -p src/project_name
touch src/__init__.py
touch src/project_name/__init__.py
touch src/project_name/main.py
# Create tests directory
mkdir -p tests
touch tests/__init__.py
touch tests/test_example.py
# Create documentation directory
mkdir -p docs
touch docs/README.md
# Create other necessary files
touch README.md
touch LICENSE
touch CHANGELOG.md