Skip to content

Update hw-2.langium #55

Update hw-2.langium

Update hw-2.langium #55

Workflow file for this run

name: Continuous Integration
on:
push:
branches:
- '**'
jobs:
build:
name: Homework 2 Build
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '22'
- name: Build
run: |
npm ci
npm run build