Top 23 github-action Open-Source Projects
-
Akkchually, it's possible to run the GitHub actions locally by your own means too: https://github.com/nektos/act so yeah, there's more than one way to not run stuff on GitHub.
-
Awesome Actions - A curated list of awesome things related to GitHub Actions.
-
Appwrite
Appwrite - The Open Source Firebase alternative introduces iOS support . Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!
-
Project mention: Goreleaser - Deliver go binaries as fast and easily as possible | reddit.com/r/github_trends | 2022-08-12
-
OpenWrt-Rpi
Raspberry Pi & NanoPi R2S/R4S & G-Dock & x86 OpenWrt Compile Project. (Based on Github Action / Daily Update) (by SuLingGG)
-
community
Public feedback discussions for: GitHub for Mobile, GitHub Discussions, GitHub Codespaces, GitHub Sponsors, GitHub Issues and more! (by community)
Project mention: GitHub is getting SSH commit signing Verified badges, in support of Git 2.34 | news.ycombinator.com | 2022-08-04 -
actions-gh-pages
GitHub Actions for GitHub Pages 🚀 Deploy static files and publish your site easily. Static-Site-Generators-friendly.
Project mention: How I created my Portfolio website using Hugo and GitHub pages? | dev.to | 2022-06-19Interesting to note that GitHub stores this workflow in the "main" branch under .github/workflows folder. For more details on this Action please refer the documentation and code at https://github.com/peaceiris/actions-gh-pages.
-
github-pages-deploy-action
Automatically deploy your project to GitHub Pages using GitHub Actions. This action can be configured to push your production-ready code into any branch you'd like.
Project mention: GitHub - JamesIves/github-pages-deploy-action: Automatically deploy your project to GitHub Pages using GitHub Actions. This action can be configured to push your production-ready code into any branch you'd like. | reddit.com/r/devopsish | 2022-07-20 -
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
-
Project mention: Beautiful Soup: We called him Tortoise because he taught us | news.ycombinator.com | 2022-06-08
In those cases you might want to check out SeleniumBase: https://seleniumbase.io/
-
jekyll-theme-chirpy
A minimal, responsive, and powerful Jekyll theme for presenting professional writing.
Project mention: Trying to set a github pages but unable to save the new branch as source branch | reddit.com/r/github | 2022-07-28Basically I'm trying to setup a github pages website using Chirpy's Theme as a starting point. I seem to have the same problem as reported in this stackoverflow post where I can't seem to be able to save the gh-pages as the deploy branch. However, the issue reported in stackoverflow was from before 2020 when github starting allowing projects to use different branches as sources (at the time the main branch was still called master).
-
The setup-buildx-action configures Docker Buildx to create a builder instance for running the image build. The following step build-push-action, makes use of that instance to build your Docker image. The build-push-action supports all of the features provided by BuildKit out of the box. In our simple example, we are only specifying the Docker context, but more advanced features like SSH, secrets, and build args are supported.
-
Yeah it's definitely a pet project. I'll look into Puppet for actual applications. Do you think that something like this would be a good, realistic alternative rather than going over HTTPS, if the use case is just a few simple, repeated shell commands: https://github.com/marketplace/actions/ssh-remote-commands
-
setup-php
GitHub action to set up PHP with extensions, php.ini configuration, coverage drivers, and various tools.
this is a good base https://github.com/shivammathur/setup-php
-
blog-post-workflow
Show your latest blog posts from any sources or StackOverflow activity or Youtube Videos on your GitHub profile/project readme automatically using the RSS feed
Paste the code inside your yml file. Get the RSS feed URLs of your blog post sources and replace the feed list in the code above, indicated with an arrow. Visit this repository and scroll down to get the RSS feed URLs of some popular blogging platforms. Simply remove the links in the code above and paste yours in, separated by a comma if you have multiple sources. Don't remove the quotation marks.
-
Project mention: Configure actions-runner-controller with proxy in private EKS cluster | dev.to | 2022-06-12
View on GitHub
-
fastapi-realworld-example-app
Backend logic implementation for https://github.com/gothinkster/realworld with awesome FastAPI
Project mention: New server-side framework based on monadic parsing | reddit.com/r/haskell | 2022-03-29Me showing off Okapi (hopefully): Okapi is simple. A functor can do this, applicative can do this, a monad can do this. Learn this small set of functions. Sequence them with do. Branch them with <|>. You need to learn the structure of an HTTP request, but that's good because you need to know that anyway if you want to develop Web apps. Here's the documentation. Look at how simple and compact this is compared to this.
-
-
I use https://github.com/softprops/action-gh-release to create releases when pull requests happen. But I don't understand how I'm supposed to set tags. The README states this: yml if: startsWith(github.ref, 'refs/tags/')
-
-
If you have a pre-existing infrastructure of non-rust tests, I would probably advise to use some generic build-tool/task runner to drive that and Cargo. So, a makefile, or justfile (https://github.com/casey/just) or cargo make (https://github.com/sagiegurari/cargo-make).
-
action-tmate
Debug your GitHub Actions via SSH by using tmate to get access to the runner system itself.
Here's a recent case where users of tmate - which lets you SSH into an actions worker - reported problems: https://github.com/mxschmitt/action-tmate/issues/104
-
snk
🟩⬜ Generates a snake game from a github user contributions graph and output a screen capture as animated svg or gif
There are, of course more elements to make an action. But still, I am a beginner. I am currently using Platane/snk dependency for a nice snake animation on my README.md.
-
flutter-action
Flutter environment for use in GitHub Actions. It works on Linux, Windows, and macOS.
-
kotlin-android-template
Android + Kotlin + Github Actions + ktlint + Detekt + Gradle Kotlin DSL + buildSrc = ❤️
This happened to me all the time when I wanted to create a new project on my own and it's something that should have a solution to improve the development speed. That's why I researched on the internet and found some examples about it like this. There were plenty of it but no one fit for me since most of them were oriented to use MVP and I'm more into MVVM. That's why I decided to create my own template on github
github-actions related posts
- No Border Full Screen WSA?
- Top 6 Cloud Server Hosting In 2022
- Awesome Repo Template: An awesome repo template packed with tons of tools & more to kick-start your next project / repo!
- Docker images with Github actions
- Kts Scripting of Yaml & Json Dialects
- Preparing Docker environment with Vagrant and ansible_local provisioner
- Sunday Daily Thread: What's everyone working on this week?
Index
What are some of the best open-source github-action projects? This list will help you:
Project | Stars | |
---|---|---|
1 | act | 26,720 |
2 | awesome-actions | 19,393 |
3 | goreleaser | 10,451 |
4 | OpenWrt-Rpi | 4,743 |
5 | community | 3,729 |
6 | actions-gh-pages | 3,284 |
7 | github-pages-deploy-action | 3,098 |
8 | SeleniumBase | 2,858 |
9 | jekyll-theme-chirpy | 2,661 |
10 | build-push-action | 2,577 |
11 | ssh-action | 2,439 |
12 | setup-php | 2,223 |
13 | blog-post-workflow | 2,109 |
14 | actions-runner-controller | 2,073 |
15 | fastapi-realworld-example-app | 2,062 |
16 | FTP-Deploy-Action | 1,871 |
17 | action-gh-release | 1,809 |
18 | github-stats | 1,703 |
19 | cargo-make | 1,590 |
20 | action-tmate | 1,527 |
21 | snk | 1,410 |
22 | flutter-action | 1,399 |
23 | kotlin-android-template | 1,393 |
Are you hiring? Post a new remote job listing for free.