Explore >> Select a destination


You are here

huey.xyz
| | davquar.it
1.1 parsecs away

Travel
| | A GitHub Action is the automatic execution of a job, after a specified trigger on a GitHub repository. For example, let's say that we want to run a linter on each new commit, we can create a GitHub action to do it. In this post we'll see a workflow to automatically deploy a Hugo site on GitHub Pages.
| | chrispeoples.com
1.5 parsecs away

Travel
| |
| | vishwas.tech
1.8 parsecs away

Travel
| | Setting up CI/CD pipeline for deploying AWS lambda using serverless framework & Github Actions
| | www.blog.pythonlibrary.org
11.7 parsecs away

Travel
| When you are working on your personal or work projects in Python, you usually want to have a way to enforce code standards. You can use tools like Flake8,