Skip to content

Commit

Permalink
Create testScript.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stanley-ju authored Nov 23, 2024
1 parent 81fc4fd commit 6b645eb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/testScript.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: File Tree Workflow

on: [push]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Run File Tree Action
uses: your-username/file-tree-action@main
with:
path: 'path/to/your/files'

0 comments on commit 6b645eb

Please sign in to comment.