Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/divvun/taskcluster-gha
- Owner: divvun
- Created: 2022-11-28T09:38:29.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-19T14:15:23.000Z (5 months ago)
- Last Synced: 2024-07-12T01:50:19.407Z (4 months ago)
- Language: JavaScript
- Size: 20.9 MB
- Stars: 1
- Watchers: 6
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Security: security.js
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)