mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-14 18:53:04 +01:00
20 lines
373 B
YAML
20 lines
373 B
YAML
---
|
|
_extends: .github
|
|
|
|
repository:
|
|
name: toxic
|
|
description: An ncurses-based Tox client
|
|
topics: tox, console, chat
|
|
|
|
branches:
|
|
- name: "master"
|
|
protection:
|
|
required_status_checks:
|
|
contexts:
|
|
- build
|
|
- build-static
|
|
- bazel-opt
|
|
- Codacy Static Code Analysis
|
|
- code-review/reviewable
|
|
- infer
|