Automatically run tests, formatters & linters with CI!

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

JetBrains - Tell us how you use coding tools. You may win a prize!
Are you a developer or a data analyst? Share your thoughts about your coding tools in our short survey and get a chance to win prizes!
surveys.jetbrains.com
featured
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.
www.influxdata.com
featured
  1. starter-workflows

    Accelerating new GitHub Actions workflows

    This automation can be done with GitHub Actions. This .github/workflows/ci.yml file below is all that is needed to trigger GitHub Actions to do the following:

  2. JetBrains

    Tell us how you use coding tools. You may win a prize! Are you a developer or a data analyst? Share your thoughts about your coding tools in our short survey and get a chance to win prizes!

    JetBrains logo
  3. go-go-web

    Command-line tool that converts TIL posts into .html files.

    This week, I am using Continuous Integration to automatically lint and test my open source project whenever the code is pulled or pushed to GitHub!

  4. ctil

    Another task I completed this week in open source was contributing to Roy's project by adding some unit tests. This was my first time contributing open source code in C++, and I am glad that Roy reached out to collab with me since I've been mostly working with Python/Java/JavaScript these days and I wanted to step out of my comfort zone. Roy created an issue for the tests he required and I submitted my PR which he later merged :)

  5. Google Test

    GoogleTest - Google Testing and Mocking Framework

    Roy's project uses Google Test, a C++ testing framework. His testing setup is similar to mine as we both keep source files in one directory and tests in another. The key difference is that I can run the tests using the Visual Studios run button. It was fairly easy to write the new tests as there were existing ones that I could reference to check the syntax!

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

  • Is the LLMs.txt a waste of TIME?

    4 projects | dev.to | 1 Sep 2025
  • Maximizing AI Efficiency: Building Hybrid Workflows with Qwen Code and Gemini CLI

    3 projects | dev.to | 25 Aug 2025
  • How to Set Up a CI/CD Pipeline Using GitHub Actions

    1 project | dev.to | 21 Aug 2025
  • Show HN: I've made an easy to extend and flexible JavaScript logger

    3 projects | news.ycombinator.com | 19 Aug 2025
  • Modern CI Is Too Complex and Misdirected

    6 projects | news.ycombinator.com | 20 Aug 2025

Did you know that C++ is
the 7th most popular programming language
based on number of references?