Skip to content

Commit

Permalink
install imagemagick for flair gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
fitztrev committed Jan 23, 2025
1 parent 71cb07c commit 233633c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/flair.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,17 @@ name: Validate Flair
on:
push:
paths:
- '.github/workflows/flair.yml'
- 'public/flair/**'
pull_request:
paths:
- '.github/workflows/flair.yml'
- 'public/flair/**'

jobs:
validate-flair:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: sudo apt-get update && sudo apt-get install -y imagemagick
- run: ./bin/validate-flair public/flair/img/

0 comments on commit 233633c

Please sign in to comment.