Skip to content

add structure.yml

add structure.yml #1

Workflow file for this run

# This workflow checks the dir structure
name: Structure
on:
push:
branches: ["main"]
jobs:
structure:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: d33pster/python-project-structure@v1