summaryrefslogtreecommitdiff
path: root/.gitea/workflows
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2025-08-11 13:53:48 +0300
committerEugen Wissner <belka@caraus.de>2025-08-11 13:53:48 +0300
commita2e8e1bcf2fbfcc8cc1b980cca2b93df86e1a7fe (patch)
tree20644ae36ab6b5496f46e777b89bfa84bb1fa2f0 /.gitea/workflows
parent8b3f87ecf2d623a276948bd388bb5a7a28d5139d (diff)
downloadslackbuilder-a2e8e1bcf2fbfcc8cc1b980cca2b93df86e1a7fe.tar.gz
Rename tests directory into test
Diffstat (limited to '.gitea/workflows')
-rw-r--r--.gitea/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml
index 79157a7..07c06e0 100644
--- a/.gitea/workflows/build.yml
+++ b/.gitea/workflows/build.yml
@@ -10,7 +10,7 @@ jobs:
runs-on: buildenv
steps:
- uses: actions/checkout@v4
- - run: hlint src lib tests
+ - run: hlint src lib test
test:
runs-on: buildenv