The "Awesome GitHub Actions" project is a curated collection of resources dedicated to GitHub Actions, a powerful tool for automating software workflows directly within GitHub. This list encompasses a variety of resources, including pre-built actions, workflows, tutorials, and best practices that help streamline continuous integration and continuous deployment (CI/CD) processes. Developers of all skill levels can benefit from these resources, as they provide insights into optimizing workflows, enhancing collaboration, and improving code quality. Whether you're looking to automate testing, deployment, or other tasks, this collection offers valuable tools to elevate your GitHub experience.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
The "Awesome Shell" project is a curated collection of resources aimed at enhancing the experience of using shell scripting and command-line interfaces. Shell scripting is a powerful tool for automating tasks and managing system operations in Unix-like environments. This list encompasses a variety of resources, including shell scripting tutorials, command-line tools, libraries, frameworks, and community contributions that cater to both beginners and experienced users. Whether you're looking to streamline your workflows, learn new scripting techniques, or find utilities to improve your command-line efficiency, this collection provides invaluable support for all your shell scripting needs.
The "Awesome Git Tips" project is a curated resource list designed to enhance the experience of using Git, a distributed version control system that tracks changes in source code during software development. This list includes best practices, command line tips, workflows, and tools that help users manage their repositories more effectively. It caters to both beginners looking to grasp the fundamentals and experienced developers seeking to refine their Git skills. With practical insights and techniques, users can improve their version control practices and collaborate more efficiently in their projects.
The "Awesome Command-Line Apps" project is a curated collection of applications designed to be used in a command-line interface (CLI). Command-line apps are powerful tools that allow users to perform tasks and automate processes efficiently without a graphical user interface. This list includes a variety of categories such as file management tools, system monitoring utilities, productivity applications, and networking tools, catering to both novice and experienced users. Developers, system administrators, and tech enthusiasts will find this list invaluable for discovering new tools that can enhance their workflows and productivity. Dive in to explore a wide range of command-line applications that can streamline your tasks and improve your command-line experience.
The "Awesome Quick Look Plugins" project is a curated collection of plugins designed to extend the capabilities of Quick Look, a feature in macOS that allows users to preview files without opening them. This list includes a variety of plugins that enhance the preview experience for different file types, such as images, documents, and code files, as well as tools for customizing the Quick Look interface. Both beginners and experienced macOS users can benefit from these plugins, as they provide enhanced functionality and improved workflows. Explore this collection to discover new ways to preview and interact with your files more efficiently on macOS.
Source code for creating VM images used by GitHub Actions and Azure Pipelines hosted runners.
The application that executes jobs from GitHub Actions workflows, available as a hosted service or self-hosted.
A collection of pre-built GitHub Actions workflow templates for CI/CD, deployment, automation, and code scanning.
Example workflows demonstrating how to use service containers in GitHub Actions for testing and CI/CD pipelines.
A GitHub Action for checking out a repository into your workflow's workspace, enabling authenticated git operations.
A GitHub Action for uploading files and directories as workflow artifacts, enabling data sharing between jobs and runs.
A GitHub Action for downloading workflow artifacts from current or external repositories and runs.
A GitHub Action for caching dependencies and build outputs to speed up workflow execution.
A GitHub Action that enables scripting the GitHub API directly in JavaScript within workflows.
A GitHub Action to create releases via the GitHub Release API, automating release creation in workflows.
A GitHub Action to upload assets to GitHub Releases via the GitHub Release API.
A GitHub Action that automatically welcomes first-time contributors with custom messages on new pull requests and issues.
A GitHub Action that automatically marks and closes stale issues and pull requests based on inactivity.
A GitHub Action that automatically labels pull requests based on changed file paths or branch names.
A GitHub Action to delete package versions from GitHub Packages with flexible retention policies.
A GitHub Action to install and configure a specific Node.js version, with optional dependency caching and authentication setup.
A GitHub Action to install and configure specific Python, PyPy, or GraalPy versions with optional dependency caching.
A GitHub Action to set up a Go environment with version management, caching, and error matchers.
A GitHub Action to set up a .NET CLI environment with specific SDK versions, caching, and package source authentication.
Sets up a Haskell environment (GHC, Cabal, Stack) in GitHub Actions workflows.
A GitHub Action to set up a specific Java version and manage dependencies for Maven, Gradle, and sbt projects.
A deprecated GitHub Action that sets up a Ruby environment with a specified version for CI/CD workflows.
A GitHub Action to install OTP and Elixir for CI/CD workflows, enabling testing across multiple versions.
A GitHub Action to install and configure Julia for CI/CD workflows, supporting version ranges, architectures, and matrix testing.
A set of packages to simplify the development of GitHub Actions.
A GitHub Actions template demonstrating how to build a JavaScript action with a simple greeting example.
A template repository to bootstrap the creation of a JavaScript-based GitHub Action with built-in testing, linting, and publishing workflows.
A template repository for creating GitHub Actions with TypeScript, including testing, linting, and publishing workflows.
A lightweight HTTP client optimized for GitHub Actions workflows with TypeScript support.