Skip to content

[LAB1] 311111111 (SAMPLE) #199

[LAB1] 311111111 (SAMPLE)

[LAB1] 311111111 (SAMPLE) #199

Workflow file for this run

name: lab2 autograding
on:
pull_request:
types: [labeled, synchronize, opened, reopened, ready_for_review]
jobs:
build:
if: contains(github.event.pull_request.labels.*.name, 'lab2')
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-22.04]
fail-fast: false
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 1
- uses: actions/setup-node@v4
with:
node-version: latest
- name: grading
run: |
cd lab2
./validate.sh