Skip to content

Adding support for lazy image loading and verifying my first commit #10

Adding support for lazy image loading and verifying my first commit

Adding support for lazy image loading and verifying my first commit #10

Workflow file for this run

name: Clean
on:
push:
branches:
- master
permissions:
actions: write
contents: write
jobs:
workflow-cleanup:
runs-on: ubuntu-latest
steps:
- name: Delete old workflow runs
uses: Mattraks/[email protected]
with:
token: ${{ github.token }}
repository: ${{ github.repository }}
retain_days: 3
keep_minimum_runs: 0