Skip to content

Commit f8ec7d1

Browse files
author
v_guanglwen
committed
feat: 测试
1 parent 03e366e commit f8ec7d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr-lint-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: PR Lint Check
22

33
on:
4-
pull_request:
4+
push:
55
branches:
66
- feat-pr-lint
77

miniprogram/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const config = require('./config')
33
const themeListeners = []
44
global.isDemo = true
55
App({
6-
console.log('App Launch');
6+
console.log('App Launch111');
77

88
onLaunch(opts, data) {
99
const that = this

0 commit comments

Comments
 (0)