- Semantic Release to GitHub and npm
- Automatic linting with Eslint
- Automatic Dependabot PR merging
- Simple config validation and handling for local development
- Includes Actions Core and Octokit
- run
yarn lint
ornpm run lint
to run eslint. - run
yarn start
ornpm run start
to run the Action. - run
yarn build
ornpm run build
to produce a production version in thedist
folder.
This project was developed by me (@betahuhn) in my free time. If you want to support me:
Copyright 2021 Maximilian Schiller
This project is licensed under the MIT License - see the LICENSE file for details.