mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-08-29 10:18:24 +02:00
* feat(ci): added custom prettier plugin for icon SVG files * feat(ci): added custom prettier plugin for icon SVG files * feat(ci): replace prettier plugin implementation with one based on svgo * fix(ci): fix linting issues in prettier plugin * Allow fill in path to fix podcast icon * Format code --------- Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
33 lines
584 B
YAML
33 lines
584 B
YAML
name: Linting PR title
|
|
|
|
on:
|
|
pull_request:
|
|
types:
|
|
- opened
|
|
- edited
|
|
- reopened
|
|
|
|
jobs:
|
|
lint-pr-title:
|
|
name: PR Title Lint
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: amannn/action-semantic-pull-request@v5
|
|
env:
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
with:
|
|
types: |
|
|
fix
|
|
feat
|
|
perf
|
|
refactor
|
|
test
|
|
style
|
|
docs
|
|
ci
|
|
build
|
|
chore
|
|
requireScope: true
|
|
ignoreLabels: |
|
|
bot
|