Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 694 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 694 Bytes

Detects performance or front-end code quality issues

Analyzes a webpage and detects performance or front-end code quality issues using yellowlab.tools

A simple example:

on:
  deployment_status

jobs:
  yellow-lab-tools-check:
    name: Detect performance and front-end issues
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
        with:
          repository: marcuslindblom/yellow-lab-tools
      - uses: marcuslindblom/yellow-lab-tools@main
        with:
          url: ${{ secrets.SECURITY_HEADERS_URL }}
          score: 100

Example output:

Output