---
title: "5 automations every developer should be running"
url: https://daily.dev/posts/5-automations-every-developer-should-be-running-xfxienpkr
source_url: https://github.blog/2021-12-16-5-automations-every-developer-should-be-running/
type: article
source: "GitHub Blog"
published: 2021-12-16T17:09:49.263Z
updated: 2026-03-15T04:59:24.979Z
tags: ["general-programming", "github", "security", "testing", "webdev"]
reading_time: 5
upvotes: 88
comments: 4
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# 5 automations every developer should be running

**[GitHub Blog](https://daily.dev/sources/ghblog)** · 5 min read · 88 upvotes · 4 comments

## Summary

GitHub Actions offers thousands of pre-written, community-built tests and automations that range from code quality to code review to testing. CodeQL finds security advisories across coding languages and packages, and then automatically displays them in your repository’s security tab. Run npm test in your workflows to push the latest and greatest software.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://github.blog/2021-12-16-5-automations-every-developer-should-be-running/>

## Community discussion

Top comments from developers on daily.dev.

**@irongut** · 0 upvotes

> Running npm test or Lighthouse tests will not help me writing mobile apps or back end microservices. This is not automations for every developer but "5 automations Node.js devs should be running". 👎

**@yusafcraft** · 0 upvotes

> Thankyou

**@astrogeek77** · 0 upvotes

> Nice Article

**@ghost** · 0 upvotes

> CodeQL and using GitHub Actions works well!

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#general-programming](https://daily.dev/tags/general-programming), [#github](https://daily.dev/tags/github), [#security](https://daily.dev/tags/security), [#testing](https://daily.dev/tags/testing), [#webdev](https://daily.dev/tags/webdev)

[View this post on daily.dev](https://daily.dev/posts/5-automations-every-developer-should-be-running-xfxienpkr)
