Skip to content

Commit 424ff50

Browse files
author
v_guanglwen
committed
feat: 测试
1 parent f8ec7d1 commit 424ff50

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
- name: Check changed files
2020
id: changed-files
2121
uses: tj-actions/changed-files@v44
22+
with:
23+
files: |
24+
miniprogram/**/*
2225
2326
- name: Setup NodeJS
2427
uses: actions/setup-node@v4

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 Launch111');
6+
console.log('App Launch11');
77

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

0 commit comments

Comments
 (0)