https://github.com/tomdewildt/github-actions-experiment
Experiments with GitHub Actions workflows
https://github.com/tomdewildt/github-actions-experiment
actions ci-cd github-actions
Last synced: 23 days ago
JSON representation
Experiments with GitHub Actions workflows
- Host: GitHub
- URL: https://github.com/tomdewildt/github-actions-experiment
- Owner: tomdewildt
- License: mit
- Created: 2025-12-22T23:15:42.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2026-05-28T09:56:48.000Z (28 days ago)
- Last Synced: 2026-05-28T11:14:07.832Z (28 days ago)
- Topics: actions, ci-cd, github-actions
- Language: HCL
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub Actions Experiment
[](https://github.com/tomdewildt/github-actions-experiment/actions/workflows/ci.yml)
[](https://github.com/tomdewildt/github-actions-experiment/blob/master/LICENSE)
Experimental repository for testing and developing [GitHub Actions](https://docs.github.com/en/actions) workflows.
# Workflows
| Workflow | Trigger | Description |
| -------------------------------------- | --------------------- | ------------------------------------------------------------------------------------------------ |
| [CI](.github/workflows/ci.yml) | push, pull request | Continuous integration checks. |
| [Triage](.github/workflows/triage.yml) | issues, pull requests | Auto-labels issues/PRs, requests info on low-effort submissions, greets first-time contributors. |
| [Stale](.github/workflows/stale.yml) | schedule | Marks and closes stale issues and pull requests. |
# References
[GitHub Actions Docs](https://docs.github.com/en/actions)
[ActionLint Docs](https://github.com/rhysd/actionlint)