chore(biome): ignore markdown and gitignore files in autofix workflow

This commit is contained in:
taroj1205
2025-05-25 17:04:39 +12:00
parent af1361998a
commit 18aedf3281

View File

@@ -4,6 +4,9 @@ on:
push:
branches:
- master
paths-ignore:
- '**.md'
- '.gitignore'
jobs:
biome-autofix: