ci: add check for dev

This commit is contained in:
YunYouJun
2023-11-06 02:30:08 +08:00
parent e55d9a59c3
commit dd2de09325

View File

@@ -4,10 +4,12 @@ on:
push:
branches:
- main
- dev
pull_request:
branches:
- main
- dev
jobs:
lint: