TypeScript github-actions

Open-source TypeScript projects categorized as github-actions

Top 23 TypeScript github-action Projects

github-actions
  1. danger-js

    ⚠️ Stop saying "you forgot to …" in code review

    Project mention: Stop saying “you forgot to …” in code review | dev.to | 2024-09-23

    There’s more do checkout dangerjs website.

  2. SurveyJS

    JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.

    SurveyJS logo
  3. actions-gh-pages

    GitHub Actions for GitHub Pages 🚀 Deploy static files and publish your site easily. Static-Site-Generators-friendly.

    Project mention: Deploying a Hugo Blog to GitHub Pages with Actions | dev.to | 2025-04-10

    actions-gh-pages Also by Shohei Ueda, this action pushes static assets to the specified branch.

  4. snk

    🟩⬜ Generates a snake game from a github user contributions graph and output a screen capture as animated svg or gif

    Project mention: How to Customize GitHub Profile: Part 4 | dev.to | 2024-06-30

    To add the workflow code into your workflow file (e.g., github/workflows/snakeAnime.yml), please refer to Platane's Repository.

  5. build-push-action

    GitHub Action to build and push Docker images with Buildx

    Project mention: Fix InvalidParameterValueException for AWS Lambda docker images built by GitHub Actions | dev.to | 2025-03-31

    Starting with version 4, docker/build-push-action builds images using the OCI format by default. OCI (Open Container Initiative) is the modern standard that is supported by AWS ECR. However, AWS Lambda does not support OCI image manifests. Lambda only accepts the older Docker v2 schema: application/vnd.docker.distribution.manifest.v2+json

  6. action-gh-release

    📦 :octocat: GitHub Action for creating GitHub Releases

  7. 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 Actions, Devbox, and Elm | dev.to | 2024-11-07

    Deploy to GitHub Pages git.ts - Read to help you improve your own deployment script.

  8. FTP-Deploy-Action

    Deploys a GitHub project to a FTP server using GitHub actions

  9. Civic Auth

    Auth in Less Than 5 Minutes. Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.

    Civic Auth logo
  10. ts-nextjs-tailwind-starter

    🔋 Next.js + Tailwind CSS + TypeScript starter and boilerplate packed with useful development features

  11. setup-php

    GitHub action to set up PHP with extensions, php.ini configuration, coverage drivers, and various tools.

  12. paths-filter

    Conditionally run actions based on files modified by PR, feature branch or pushed commits

    Project mention: Popular GitHub Action tj-actions/changed-files is compromised | news.ycombinator.com | 2025-03-14

    https://github.com/dorny/paths-filter ? looking into it.

    Definitely going through and pinning all my 3rd party actions to specific commits e.g. party/package@.

  13. changed-files

    :octocat: Github action to retrieve all (added, copied, modified, deleted, renamed, type changed, unmerged, unknown) files and directories.

    Project mention: Preparations for trunk-based development - 1st phase | dev.to | 2025-05-05

    For incremental CI, you can use tj-actions/changed-files, find only changed files, and run some scripts with arguments of these files

  14. typescript-action

    Create a TypeScript Action with tests, linting, workflow, publishing, and versioning

    Project mention: Build metrics and budgets with git-metrics | dev.to | 2024-08-07

    Some projects, such as typescript-action, version code coverage alongside the code. This approach isn't perfect, as it requires developers to update the metrics for each commit, or you need a CI job to keep them in sync. However, keeping metrics directly in Git is appealing as it provides easy access and avoids reliance on external services. Switching from GitHub to GitLab, for instance, would be as simple as pushing the repository.

  15. github-actions

    A GitHub Action for installing and configuring the gcloud CLI.

  16. stepci

    Automated API Testing and Quality Assurance

    Project mention: Why Feedback Loops Matter in API Development | dev.to | 2025-03-07

    CI/CD testing: As mentioned earlier, if you have fast preview deployments of your API hooked up to your PRs, you can use a tool like StepCI to run integration and end-to-end tests as a part of your development workflow.

  17. actions-hugo

    GitHub Actions for Hugo ⚡️ Setup Hugo quickly and build your site fast. Hugo extended, Hugo Modules, Linux (Ubuntu), macOS, and Windows are supported.

    Project mention: Deploying a Hugo Blog to GitHub Pages with Actions | dev.to | 2025-04-10

    actions-hugo by Shohei Ueda. A simple way to set up Hugo in a GitHub actions environment

  18. wrangler-action

    🧙‍♀️ easily deploy cloudflare workers applications using wrangler and github actions

  19. image-actions

    A Github Action that automatically compresses JPEGs, PNGs and WebPs in Pull Requests.

  20. lost-pixel

    Open source alternative to Percy, Chromatic, Applitools.

  21. login-action

    GitHub Action to login against a Docker registry

    Project mention: 1minDocker #13 - Push, build and dockerize with GitHub Actions | dev.to | 2025-01-23
  22. add-and-commit

    :octocat: Automatically commit changes made in your workflow run directly to your repo

  23. tauri-action

    Build your Web application as a Tauri binary for macOS, Linux and Windows

  24. setup-buildx-action

    GitHub Action to set up Docker Buildx

    Project mention: 1minDocker #13 - Push, build and dockerize with GitHub Actions | dev.to | 2025-01-23
  25. auth

    A GitHub Action for authenticating to Google Cloud. (by google-github-actions)

    Project mention: Google Gemini has the worst LLM API | news.ycombinator.com | 2025-05-03
  26. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

TypeScript github-actions discussion

Log in or Post with

TypeScript github-actions related posts

  • Show HN: Presubmit – Open-Source AI Code Reviewer

    1 project | news.ycombinator.com | 13 Apr 2025
  • Deploying a Hugo Blog to GitHub Pages with Actions

    3 projects | dev.to | 10 Apr 2025
  • Fix InvalidParameterValueException for AWS Lambda docker images built by GitHub Actions

    1 project | dev.to | 31 Mar 2025
  • Popular GitHub Action tj-actions/changed-files is compromised

    35 projects | news.ycombinator.com | 14 Mar 2025
  • Generating & Building The OpenAI SDK With Stainless & Speakeasy

    4 projects | dev.to | 13 Mar 2025
  • Automating an Open Source Project with GitHub Actions

    16 projects | dev.to | 25 Feb 2025
  • Pull Request testing on Kubernetes: working with GitHub Actions and GKE

    4 projects | dev.to | 20 Feb 2025
  • A note from our sponsor - Civic Auth
    www.civic.com | 12 May 2025
    Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today. Learn more →

Index

What are some of the best open-source github-action projects in TypeScript? This list will help you:

# Project Stars
1 danger-js 5,339
2 actions-gh-pages 4,946
3 snk 4,891
4 build-push-action 4,748
5 action-gh-release 4,717
6 github-pages-deploy-action 4,415
7 FTP-Deploy-Action 4,109
8 ts-nextjs-tailwind-starter 3,187
9 setup-php 3,042
10 paths-filter 2,500
11 changed-files 2,436
12 typescript-action 2,207
13 github-actions 1,774
14 stepci 1,743
15 actions-hugo 1,490
16 wrangler-action 1,461
17 image-actions 1,456
18 lost-pixel 1,448
19 login-action 1,210
20 add-and-commit 1,197
21 tauri-action 1,130
22 setup-buildx-action 1,108
23 auth 1,056

Sponsored
JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.
surveyjs.io

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?