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 f8ec7d1 commit 424ff50Copy full SHA for 424ff50
.github/workflows/pr-lint-check.yml
@@ -19,6 +19,9 @@ jobs:
19
- name: Check changed files
20
id: changed-files
21
uses: tj-actions/changed-files@v44
22
+ with:
23
+ files: |
24
+ miniprogram/**/*
25
26
- name: Setup NodeJS
27
uses: actions/setup-node@v4
miniprogram/app.js
@@ -3,7 +3,7 @@ const config = require('./config')
3
const themeListeners = []
4
global.isDemo = true
5
App({
6
-console.log('App Launch111');
+console.log('App Launch11');
7
8
onLaunch(opts, data) {
9
const that = this
0 commit comments