Skip to content

Fix bug in python script #14

Fix bug in python script

Fix bug in python script #14

Workflow file for this run

name: List repository files (very useful information)
on:
push:
branches: ["main"]
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: tree -sno tree.txt --du
- uses: actions/upload-artifact@v4
with:
path: tree.txt
name: result