apply lockfile changes from 1caee41cf8b50e9184a70635ce8aa1d672870eff #58
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Validate Flair | |
on: | |
push: | |
paths: | |
- 'public/flair/**' | |
pull_request: | |
paths: | |
- 'public/flair/**' | |
jobs: | |
validate-flair: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- run: ./bin/validate-flair public/flair/img/ |