Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/divvun/taskcluster-gha

Github actions for use with CI on taskcluster
https://github.com/divvun/taskcluster-gha

Last synced: 3 months ago
JSON representation

Github actions for use with CI on taskcluster

Awesome Lists containing this project

README

        

# Introduction

GitHub Actions for use by the Divvun CI system.

This repo is used by [taskcluster-scripts](https://github.com/divvun/taskcluster-scripts) to perform actions such as building language files and deploying new versions of iOS/Android keyboards, among others.

# Building

Run `npm run build` before comitting, commit any additions to `node_modules`, as Github Actions requires all modules to be installed.

# Developing

You should do development using a branch so you don't break CI nor pollute the `main` branch with the inevitable slew of test commits.

Detailed instructions for the CI development process are in the [`taskcluster-scripts` repo](https://github.com/divvun/taskcluster-scripts/#developing)