Skip to content

Update notice about this repository #226

Update notice about this repository

Update notice about this repository #226

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