/github-actions

GitHub Actions: Automate your workflow! Build, test, and deploy code directly from your GitHub repository. Effortless CI/CD for developers.

MIT LicenseMIT

🎉 Github Actions

GitHub Actions: Automate your workflow! Build, test, and deploy code directly from your GitHub repository. Effortless CI/CD for developers.

version rating uptime

🚀 Setup

permission

WEATHER_API_KEY in Your repo > settings > Secrets and variables > Actions > New repository secret

✅ Blog Post blog-post.yaml with schedule every day: source

✅ Setup Poetry setup-poetry.yaml with on push: source

  • Use command generate poetry virtualenv in project
poetry config virtualenvs.create true --local
poetry config virtualenvs.in-project true --local
  • Show in file poetry.toml
[virtualenvs]
create = true
in-project = true

✅ Create Tag create-tag.yaml with on push: source

Commit Message Release Type
fix(pencil): stop graphite breaking when too much pressure applied Patch Release
feat(pencil): add 'graphiteWidth' option Minor Release
perf(pencil): remove graphiteWidth option Major Release

✅ Update Weather update-weather.yml with on push: source

Date 26/10/202327/10/202328/10/2023
Weather
Condition Moderate rainPatchy rain possiblePatchy rain possible
Temperature 25.4 - 31.7 °C26.4 - 32.3 °C26.7 - 31.9 °C
Wind 12.2 kph14 kph11.9 kph