Configure CI for lab1

This commit is contained in:
2025-11-15 17:37:27 +03:00
parent 43d0df5555
commit b29f2e3634

View File

@@ -1,10 +1,9 @@
name: test name: lab1 - test & lint
on: on:
push: push:
branches: paths:
- master - 'lab1/**'
- main
pull_request: pull_request:
jobs: jobs:
@@ -18,6 +17,7 @@ jobs:
gleam-version: "1.13.0" gleam-version: "1.13.0"
rebar3-version: "3" rebar3-version: "3"
# elixir-version: "1" # elixir-version: "1"
- run cd lab1
- run: gleam deps download - run: gleam deps download
- run: gleam test - run: gleam test
- run: gleam format --check src test - run: gleam format --check src test