diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2024-11-01 11:32:48 +0100 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2024-11-06 08:16:21 +0100 |
commit | c4055e449f873ddd859157168371f109714c19e4 (patch) | |
tree | 35509ce2659410fc9a30cd70b2a06052a187ff35 /.github/workflows/security.yml | |
parent | 2fdbf2622b918e7fb60b15494feaed28243b141c (diff) | |
download | searxng-c4055e449f873ddd859157168371f109714c19e4.tar.gz searxng-c4055e449f873ddd859157168371f109714c19e4.zip |
[fix] issues reported by `make test.yamllint`
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to '.github/workflows/security.yml')
-rw-r--r-- | .github/workflows/security.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index e1a8e99e5..002a1278e 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -1,5 +1,5 @@ name: "Security checks" -on: +on: # yamllint disable-line rule:truthy schedule: - cron: "42 05 * * *" workflow_dispatch: |