Skip to content
This repository was archived by the owner on Nov 24, 2025. It is now read-only.

Update students.json #2

Update students.json

Update students.json #2

Workflow file for this run

name: CI (on pull-request)
run-name: PR from branch ${{ github.ref }}
# Will run CI workflow on an opened or reopened PR for easy reference. For compilation, unit tests, code coverage etc.
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
Continuous-Integration:
name: on pull request
uses: ./.github/workflows/ci.yml

Check failure on line 11 in .github/workflows/on-pull-request.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/on-pull-request.yml

Invalid workflow file

error parsing called workflow ".github/workflows/on-pull-request.yml" -> "./.github/workflows/ci.yml" : failed to fetch workflow: workflow was not found.