Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dschach/github-actions
Centralized GitHub Actions for reuse across repositories
https://github.com/dschach/github-actions
Last synced: about 8 hours ago
JSON representation
Centralized GitHub Actions for reuse across repositories
- Host: GitHub
- URL: https://github.com/dschach/github-actions
- Owner: dschach
- License: gpl-3.0
- Created: 2023-03-16T19:25:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-12T01:04:49.000Z (about 2 months ago)
- Last Synced: 2024-09-12T10:58:44.933Z (about 2 months ago)
- Language: Shell
- Homepage:
- Size: 451 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# github-actions
Centralized GitHub Actions for reuse across repositories
Events and Actions
# Dependabot auto-approve
- Auto-merge
Fix title
# Push (Commit)
- Verify Prettier formatting
- PMD Analysis (download?)# Pull Request (any branch)
- Verify Prettier formatting
- Lint & Test LWCs & upload to codecov- PMD Analysis (action?)
Needs LWC upload
- Scratch org & Ape Tests & upload to codecov
Adjust namespace if necessary?
# Release Please
- Run without packaging to npm action
# Packaging
- On demand or from merged R-P PR or on package creation?
# Extras
- SFDX Scanner (runs on PR only)
# Configs
- Renovate [shareable config file](.github/renovate.json5)