ci: add lint-staged check
This commit is contained in:
3
.github/workflows/vercel.yml
vendored
3
.github/workflows/vercel.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user