Skip to content

Commit

Permalink
Merge remote-tracking branch 'github/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
blancks committed Aug 29, 2024
2 parents d821b5b + d64138e commit 3331d41
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/camopurge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: camopurge
on: [push, pull_request]
jobs:
run:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v4

- name: Run Camo Purge Action
uses: kevincobain2000/action-camo-purge@v1

0 comments on commit 3331d41

Please sign in to comment.