https://github.com/betahuhn/github-actions-starter
🎬 GitHub Actions starter for a Node.js based Action with automated releases
https://github.com/betahuhn/github-actions-starter
github-actions github-actions-javascript github-actions-starter
Last synced: about 2 months ago
JSON representation
🎬 GitHub Actions starter for a Node.js based Action with automated releases
- Host: GitHub
- URL: https://github.com/betahuhn/github-actions-starter
- Owner: BetaHuhn
- License: mit
- Created: 2021-01-29T11:55:46.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-08-28T03:13:24.000Z (over 1 year ago)
- Last Synced: 2025-01-12T08:18:26.811Z (4 months ago)
- Topics: github-actions, github-actions-javascript, github-actions-starter
- Language: JavaScript
- Homepage: https://mxis.ch
- Size: 331 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# 🎬 GitHub Actions Starter[](https://github.com/BetaHuhn/github-actions-starter/actions?query=workflow%3A%22Node+CI%22) [](https://github.com/BetaHuhn/github-actions-starter/actions?query=workflow%3A%22Release+CI%22) [](https://github.com/BetaHuhn/github-actions-starter/blob/master/LICENSE) 
GitHub Actions starter for a Node.js based Action with automated releases
## 🚀 Features
- Semantic Release to GitHub and npm
- Automatic linting with [Eslint](https://eslint.org/)
- Automatic Dependabot PR merging
- Simple config validation and handling for local development
- Includes Actions Core and Octokit## 💻 Development
- run `yarn lint` or `npm run lint` to run eslint.
- run `yarn start` or `npm run start` to run the Action.
- run `yarn build` or `npm run build` to produce a production version in the `dist` folder.## ❔ About
This project was developed by me ([@betahuhn](https://github.com/BetaHuhn)) in my free time. If you want to support me:
[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=394RTSBEEEFEE)
[](https://ko-fi.com/F1F81S2RK)
## 📄 License
Copyright 2021 Maximilian Schiller
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.