mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-03-30 13:43:26 +08:00
Delete .github/workflows/copilot-setup-steps.yml (#319)
This commit is contained in:
committed by
GitHub
parent
5818e8adc7
commit
bc64712b5d
30
.github/workflows/copilot-setup-steps.yml
vendored
30
.github/workflows/copilot-setup-steps.yml
vendored
@@ -1,30 +0,0 @@
|
||||
name: Copilot Setup Steps
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
copilot-setup-steps:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: "20"
|
||||
cache: npm
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
|
||||
- name: Verify environment
|
||||
run: |
|
||||
node --version
|
||||
npm --version
|
||||
python3 --version
|
||||
Reference in New Issue
Block a user