First look at GitHub Actions

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • prettier

    Prettier is an opinionated code formatter.

  • This worked very well so I decided to also add actions to run Prettier and ESLint automatically. I looked through how Telescope implements Continuous Integration and I created a similar setup for dodo-SSG.

  • dodo-ssg

    Discontinued A simple Static Site Generator CLI [Moved to: https://github.com/menghif/static-dodo]

  • I setup a new action to run Jest tests on "ubuntu-latest" using both Node 14 and Node 16 every time a new Pull Request is created or a new commit is added. I tested it with a new PR and this is what showed up at the bottom:

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • jest

    Delightful JavaScript Testing.

  • I setup a new action to run Jest tests on "ubuntu-latest" using both Node 14 and Node 16 every time a new Pull Request is created or a new commit is added. I tested it with a new PR and this is what showed up at the bottom:

  • telescope

    A tool for tracking blogs in orbit around Seneca's open source involvement (by Seneca-CDOT)

  • This worked very well so I decided to also add actions to run Prettier and ESLint automatically. I looked through how Telescope implements Continuous Integration and I created a similar setup for dodo-SSG.

  • ESLint

    Find and fix problems in your JavaScript code.

  • This worked very well so I decided to also add actions to run Prettier and ESLint automatically. I looked through how Telescope implements Continuous Integration and I created a similar setup for dodo-SSG.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts