Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kyaulabs/template-workflows
GitHub action workflow templates used by @kyaulabs.
https://github.com/kyaulabs/template-workflows
actions github-actions luacheck psscriptanalyzer repository shellcheck template template-workflow unity-ci workflow workflows
Last synced: 18 days ago
JSON representation
GitHub action workflow templates used by @kyaulabs.
- Host: GitHub
- URL: https://github.com/kyaulabs/template-workflows
- Owner: kyaulabs
- Created: 2023-05-17T02:07:21.000Z (over 1 year ago)
- Default Branch: develop
- Last Pushed: 2023-06-12T17:28:03.000Z (over 1 year ago)
- Last Synced: 2024-11-07T19:34:57.718Z (2 months ago)
- Topics: actions, github-actions, luacheck, psscriptanalyzer, repository, shellcheck, template, template-workflow, unity-ci, workflow, workflows
- Homepage: https://kyaulabs.com
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.yml
Awesome Lists containing this project
README
# template-workflows
[https://kyaulabs.com/](https://kyaulabs.com/)[![Contributor Covenant](https://img.shields.io/badge/contributor%20covenant-2.1-4baaaa.svg?logo=open-source-initiative&logoColor=4baaaa)](CODE_OF_CONDUCT.md) [![Conventional Commits](https://img.shields.io/badge/conventional%20commits-1.0.0-fe5196?style=flat&logo=conventionalcommits)](https://www.conventionalcommits.org/en/v1.0.0/) [![GitHub](https://img.shields.io/github/license/kyaulabs/template-workflows?logo=creativecommons)](LICENSE) [![Gitleaks](https://img.shields.io/badge/protected%20by-gitleaks-blue?logo=git&logoColor=seagreen&color=seagreen)](https://github.com/zricethezav/gitleaks)
[![Semantic Versioning](https://img.shields.io/github/v/release/kyaulabs/template-workflows?include_prereleases&logo=semver&sort=semver)](https://semver.org) [![Discord](https://img.shields.io/discord/88713030895943680?logo=discord&color=blue&logoColor=white)](https://discord.gg/DSvUNYm)# Disclaimer
* [About](#about)
* [Attribution](#attribution)# About
Organization workflow repo containing all of the Github actions currently in use.
# Attribution
* [luacheck](https://github.com/lunarmodules/luacheck): A tool for linting and static analysis of Lua code. (lua)
* [github-action-psscriptanalyzer](https://github.com/devblackops/github-action-psscriptanalyzer): GitHub Action to run PSScriptAnalyzer static code analysis (PowerShell)
* [action-shellcheck](https://github.com/ludeeus/action-shellcheck): GitHub action for ShellCheck. (bash)
* [unity-request-activation-file](https://github.com/game-ci/unity-request-activation-file): Request manual activation file. (Unity)
* [unity-test-runner](https://github.com/game-ci/unity-test-runner): Run tests for any project. (Unity)
* [unity-builder](https://github.com/game-ci/unity-builder): Build projects for different platforms. (Unity)