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
No known key found for this signature in database
GPG key ID: 0FCB6CFFE0981AB7

View file

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