Skip to content

[LAB1] 312552057

[LAB1] 312552057 #52

Workflow file for this run

name: lab1
on:
pull_request:
types: [labeled]
jobs:
build:
if: ${{ github.event.label.name == 'lab1' }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-22.04]
fail-fast: false
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 1
- name: dependency (ubuntu)
run: |
curl -fsSL https://deb.nodesource.com/setup_21.x | sudo -E bash - &&\
sudo apt-get install -y nodejs
- name: grading
run: |
echo "cd lab1"
cd lab1
./validate.sh