File tree Expand file tree Collapse file tree 2 files changed +31
-0
lines changed
Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Original file line number Diff line number Diff line change 44 directory : ' /'
55 schedule :
66 interval : ' weekly'
7+ - package-ecosystem : ' github-actions'
8+ directory : ' /'
9+ schedule :
10+ interval : ' weekly'
Original file line number Diff line number Diff line change 1+ on :
2+ push :
3+ branches :
4+ - main
5+ pull_request :
6+ branches :
7+ - main
8+ concurrency :
9+ group : ' pr-${{ github.event.pull_request.number }}'
10+ cancel-in-progress : true
11+ jobs :
12+ test-vscode :
13+ env :
14+ PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD : 1
15+ runs-on : ubuntu-latest
16+ steps :
17+ - uses : actions/checkout@v4
18+ - uses : actions/setup-node@v4
19+ with :
20+ node-version : ' 20'
21+ - uses : pnpm/action-setup@v4
22+ with :
23+ version : latest
24+ - name : Install dependencies
25+ run : pnpm install
26+ - name : Run CI
27+ run : pnpm run ci
You can’t perform that action at this time.
0 commit comments