ci: lint when every push & pr

This commit is contained in:
YunYouJun
2022-05-01 20:30:44 +08:00
parent bfb9ef44a6
commit 8f6bb3f462

View File

@@ -1,15 +1,8 @@
name: CI
on:
push:
branches:
- main
- dev
pull_request:
branches:
- main
- dev
- push
- pull_request
jobs:
lint: