We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03e366e commit f8ec7d1Copy full SHA for f8ec7d1
.github/workflows/pr-lint-check.yml
@@ -1,7 +1,7 @@
1
name: PR Lint Check
2
3
on:
4
- pull_request:
+ push:
5
branches:
6
- feat-pr-lint
7
miniprogram/app.js
@@ -3,7 +3,7 @@ const config = require('./config')
const themeListeners = []
global.isDemo = true
App({
-console.log('App Launch');
+console.log('App Launch111');
8
onLaunch(opts, data) {
9
const that = this
0 commit comments