Delete .github/workflows/copilot-setup-steps.yml (#319)

This commit is contained in:
Pangerkumzuk Longkumer
2026-03-03 11:28:20 +05:30
committed by GitHub
parent 5818e8adc7
commit bc64712b5d

View File

@@ -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