File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 push :
44 branches :
55 - main
6+ paths :
7+ - packages/**
8+ - .github/workflows/build-linux.yml
69 pull_request :
710 branches :
811 - main
912 paths :
1013 - packages/cpp.js/**
1114 - packages/cppjs-plugin-*/**
15+ - .github/workflows/build-linux.yml
16+
17+ permissions : {}
1218jobs :
1319 build :
1420 runs-on : ubuntu-latest
1521 steps :
1622 - uses : actions/checkout@v4
1723 - name : Install pnpm
18- uses : pnpm/action-setup@v4
24+ uses : pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4
1925 - name : Use Node.js
2026 uses : actions/setup-node@v4
2127 with :
Original file line number Diff line number Diff line change 33 push :
44 branches :
55 - main
6+ paths :
7+ - packages/**
8+ - .github/workflows/build-macos.yml
69 pull_request :
710 branches :
811 - main
912 paths :
1013 - packages/cpp.js/**
1114 - packages/cppjs-plugin-*/**
15+ - .github/workflows/build-macos.yml
16+
17+ permissions : {}
1218jobs :
1319 build :
1420 runs-on : macos-latest
4450 mkdir -p ~/Library/MobileDevice/Provisioning\ Profiles
4551 cp $PP_PATH ~/Library/MobileDevice/Provisioning\ Profiles
4652 - name : Install pnpm
47- uses : pnpm/action-setup@v4
53+ uses : pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4
4854 - name : Use Node.js
4955 uses : actions/setup-node@v4
5056 with :
Original file line number Diff line number Diff line change 66 - main
77 paths :
88 - website/**
9+ - .github/workflows/deploy-website.yml
910 pull_request :
1011
1112jobs :
1819 steps :
1920 - uses : actions/checkout@v4
2021 - name : Install pnpm
21- uses : pnpm/action-setup@v4
22+ uses : pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4
2223 - name : Use Node.js
2324 uses : actions/setup-node@v4
2425 with :
2829 - name : Build website
2930 run : pnpm run build:website
3031 - name : Deploy
31- uses : peaceiris/actions-gh-pages@v4
32+ uses : peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4
3233 if : github.ref == 'refs/heads/main'
3334 with :
3435 github_token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments