mirror of
				https://github.com/searxng/searxng.git
				synced 2025-11-03 19:17:07 -05:00 
			
		
		
		
	[fix] issues reported by make test.yamllint
				
					
				
			Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
		
							parent
							
								
									2fdbf2622b
								
							
						
					
					
						commit
						c4055e449f
					
				
							
								
								
									
										2
									
								
								.github/workflows/checker.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/checker.yml
									
									
									
									
										vendored
									
									
								
							@ -1,5 +1,5 @@
 | 
				
			|||||||
name: "Checker"
 | 
					name: "Checker"
 | 
				
			||||||
on:
 | 
					on:  # yamllint disable-line rule:truthy
 | 
				
			||||||
  schedule:
 | 
					  schedule:
 | 
				
			||||||
    - cron: "0 4 * * 5"
 | 
					    - cron: "0 4 * * 5"
 | 
				
			||||||
  workflow_dispatch:
 | 
					  workflow_dispatch:
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										2
									
								
								.github/workflows/data-update.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/data-update.yml
									
									
									
									
										vendored
									
									
								
							@ -1,5 +1,5 @@
 | 
				
			|||||||
name: "Update searx.data"
 | 
					name: "Update searx.data"
 | 
				
			||||||
on:
 | 
					on:  # yamllint disable-line rule:truthy
 | 
				
			||||||
  schedule:
 | 
					  schedule:
 | 
				
			||||||
    - cron: "59 23 28 * *"
 | 
					    - cron: "59 23 28 * *"
 | 
				
			||||||
  workflow_dispatch:
 | 
					  workflow_dispatch:
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										6
									
								
								.github/workflows/integration.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/integration.yml
									
									
									
									
										vendored
									
									
								
							@ -1,6 +1,6 @@
 | 
				
			|||||||
name: Integration
 | 
					name: Integration
 | 
				
			||||||
 | 
					
 | 
				
			||||||
on:
 | 
					on:  # yamllint disable-line rule:truthy
 | 
				
			||||||
  push:
 | 
					  push:
 | 
				
			||||||
    branches: ["master"]
 | 
					    branches: ["master"]
 | 
				
			||||||
  pull_request:
 | 
					  pull_request:
 | 
				
			||||||
@ -16,7 +16,7 @@ jobs:
 | 
				
			|||||||
    strategy:
 | 
					    strategy:
 | 
				
			||||||
      matrix:
 | 
					      matrix:
 | 
				
			||||||
        os: [ubuntu-20.04]
 | 
					        os: [ubuntu-20.04]
 | 
				
			||||||
        python-version:  ["3.9", "3.10", "3.11", "3.12",]
 | 
					        python-version: ["3.9", "3.10", "3.11", "3.12"]
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - name: Checkout
 | 
					      - name: Checkout
 | 
				
			||||||
        uses: actions/checkout@v4
 | 
					        uses: actions/checkout@v4
 | 
				
			||||||
@ -111,7 +111,7 @@ jobs:
 | 
				
			|||||||
          BRANCH: gh-pages
 | 
					          BRANCH: gh-pages
 | 
				
			||||||
          FOLDER: dist/docs
 | 
					          FOLDER: dist/docs
 | 
				
			||||||
          CLEAN: true  # Automatically remove deleted files from the deploy branch
 | 
					          CLEAN: true  # Automatically remove deleted files from the deploy branch
 | 
				
			||||||
        SINGLE_COMMIT: True
 | 
					          SINGLE_COMMIT: true
 | 
				
			||||||
          COMMIT_MESSAGE: '[doc] build from commit ${{ github.sha }}'
 | 
					          COMMIT_MESSAGE: '[doc] build from commit ${{ github.sha }}'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  babel:
 | 
					  babel:
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										2
									
								
								.github/workflows/security.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/security.yml
									
									
									
									
										vendored
									
									
								
							@ -1,5 +1,5 @@
 | 
				
			|||||||
name: "Security checks"
 | 
					name: "Security checks"
 | 
				
			||||||
on:
 | 
					on:  # yamllint disable-line rule:truthy
 | 
				
			||||||
  schedule:
 | 
					  schedule:
 | 
				
			||||||
    - cron: "42 05 * * *"
 | 
					    - cron: "42 05 * * *"
 | 
				
			||||||
  workflow_dispatch:
 | 
					  workflow_dispatch:
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										2
									
								
								.github/workflows/translations-update.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/translations-update.yml
									
									
									
									
										vendored
									
									
								
							@ -1,5 +1,5 @@
 | 
				
			|||||||
name: "Update translations"
 | 
					name: "Update translations"
 | 
				
			||||||
on:
 | 
					on:  # yamllint disable-line rule:truthy
 | 
				
			||||||
  schedule:
 | 
					  schedule:
 | 
				
			||||||
    - cron: "05 07 * * 5"
 | 
					    - cron: "05 07 * * 5"
 | 
				
			||||||
  workflow_dispatch:
 | 
					  workflow_dispatch:
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user