ci: add lint-staged check

This commit is contained in:
YunYouJun
2024-09-15 18:14:52 +08:00
parent 41bdc3346f
commit 86b565dfa9
15 changed files with 923 additions and 331 deletions

View File

@@ -1,4 +1,3 @@
name: Production Tag Deployment
env:
@@ -7,7 +6,7 @@ env:
on:
push:
# Pattern matched against refs/tags
tags:
tags:
- '*' # Push events to every tag not containing /
jobs: