Skip to content

marcuslindblom/imagekit

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

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Detects possible savings for faster image loading

Analyzes both desktop and mobile versions of your website and detects possible savings for faster image loading using imagekit.io

A simple example:

on:
  deployment_status

jobs:
  check:
    name: Detects possible savings for faster image loading
    runs-on: ubuntu-latest
    steps:
      - uses: marcuslindblom/imagekit@main
        with:
          url: ${{ secrets.URL }}