Skip to content

Analyzes a webpage and detects performance or front-end code quality issues

License

Notifications You must be signed in to change notification settings

marcuslindblom/yellow-lab-tools

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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