Skip to content

Merge branch 'main' of https://github.com/asq-sheriff/modern-python-d… #1

Merge branch 'main' of https://github.com/asq-sheriff/modern-python-d…

Merge branch 'main' of https://github.com/asq-sheriff/modern-python-d… #1

Workflow file for this run

# Create source directory structure
mkdir -p src/project_name

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

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

You have an error in your yaml syntax on line 2
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