Skip to content

[mod] remove non SearXNG instances (the old searx instances) from the… #448

[mod] remove non SearXNG instances (the old searx instances) from the…

[mod] remove non SearXNG instances (the old searx instances) from the… #448

Workflow file for this run

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