Skip to content

Update instance list with online instances from searx.space #225

Update instance list with online instances from searx.space

Update instance list with online instances from searx.space #225

Workflow file for this run

name: searx-instances
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-python@v1
- name: Install dependencies
run: |
make install-all
- name: Check
run: |
make check
- name: QA
run: |
make qa