commit 2ef38f5c1728341bdc675b4b7a5d6910bcd5dafe parent 1899d88f36af58473e930a3e6562d3ab034c3cc1 Author: Amit Dutta <amitdutta4255@gmail.com> Date: Wed, 24 Jun 2026 06:34:44 +0530 removed ci [skip ci] Diffstat:
| D | .github/workflows/pr-check.yml | | | 38 | -------------------------------------- |
1 file changed, 0 insertions(+), 38 deletions(-)
diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml @@ -1,37 +0,0 @@ -name: PR Build Check - -on: - pull_request: - branches: - - main - -jobs: - test-build: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - - name: Setup Python - uses: actions/setup-python@v5 - with: - python-version: '3.13' - - - name: Test Python Scripts - run: | - python list.py - python md.py - - - name: Setup Node.js - uses: actions/setup-node@v4 - with: - node-version: 22 - cache: npm - - - name: Install dependencies - run: npm ci - - - name: Test VitePress Build - run: npm run docs:build- \ No newline at end of file