mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-15 03:23:02 +01:00
af70c3d660
We still need a GitHub workflow to test the "make" build. For now, we only test toktok-stack and the bazel build.
17 lines
312 B
YAML
17 lines
312 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:
|
|
- cirrus-ci
|
|
- Codacy Static Code Analysis
|
|
- code-review/reviewable
|