Code Quality ESLint Check

Apps

githubslackgooglesuper

Creator

Guilherme Salgueiro

Overview

Overview

Monitors GitHub Actions workflow runs for ESLint failures and reports to Slack + email when linting errors are detected.

How It Works

Checks recent workflow runs on the main branch, identifies ESLint/linting failures, and posts alerts to Slack with error details + sends email notification.

Key Features

  • Monitors GitHub Actions for ESLint failures
  • Silent when passing (no noise)
  • Alerts only on errors (not warnings)
  • Automatic Slack + Email notification

Apps & Integrations

AppPurpose
GitHubCheck workflow run status
SlackAlert on failures
GmailEmail alert on failures

Inputs Required

InputDescriptionFormat
ownerGitHub repository ownerusername or org
repoRepository namewithout .git
slack_channelSlack channel for alertsWITHOUT # prefix

Output

Alert posted to Slack and emailed if ESLint errors found, silent otherwise.

Code Quality ESLint Check