diff options
Diffstat (limited to '.github/workflows/selene.yml')
| -rw-r--r-- | .github/workflows/selene.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/selene.yml b/.github/workflows/selene.yml index 1486c9c..fb87d50 100644 --- a/.github/workflows/selene.yml +++ b/.github/workflows/selene.yml @@ -16,5 +16,5 @@ jobs: with: # token is needed because the action allegedly downloads binary from github releases token: ${{ secrets.GITHUB_TOKEN }} - args: lua/ tests/ scripts/ + args: lua/ tests/ version: 0.25.0 |
