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: 4 months 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 (about 2 years ago)
- Default Branch: develop
- Last Pushed: 2023-06-12T17:28:03.000Z (almost 2 years ago)
- Last Synced: 2024-12-29T08:13:04.410Z (5 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/)[](CODE_OF_CONDUCT.md) [](https://www.conventionalcommits.org/en/v1.0.0/) [](LICENSE) [](https://github.com/zricethezav/gitleaks)
[](https://semver.org) [](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)