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: