- Timestamp:
- 01/22/2025 03:13:21 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/reusable-coding-standards-javascript.yml
r59354 r59679 9 9 env: 10 10 PUPPETEER_SKIP_DOWNLOAD: ${{ true }} 11 12 # Disable permissions for all available scopes by default. 13 # Any needed permissions should be configured at the job level. 14 permissions: {} 11 15 12 16 jobs: … … 34 38 with: 35 39 show-progress: ${{ runner.debug == '1' && 'true' || 'false' }} 40 persist-credentials: false 36 41 37 42 - name: Set up Node.js
Note: See TracChangeset
for help on using the changeset viewer.