Skip to content

Commit

Permalink
fix: do not terminate folders with a slash
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperFola committed Sep 22, 2024
1 parent 60aed8d commit c0befe5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ jobs:
- uses: actions/checkout@v4
- uses: ArkScript-lang/action-format@master
with:
folder: example/
exclude: example/excluded/
folder: example
exclude: example/excluded
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ inputs:
description: 'Folders to exclude, comma separated'
```

> [!WARNING]
> The folders **MUST NOT** be terminated by a `/`
- **folder**: path to ArkScript files ; will be scanned recursively for `*.ark` files
- **exclude**: list of path to exclude, eg `foo,bar,egg/test`

0 comments on commit c0befe5

Please sign in to comment.