Configure CI for lab1
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
name: test
|
||||
name: lab1 - test & lint
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
paths:
|
||||
- 'lab1/**'
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
@@ -18,6 +17,7 @@ jobs:
|
||||
gleam-version: "1.13.0"
|
||||
rebar3-version: "3"
|
||||
# elixir-version: "1"
|
||||
- run cd lab1
|
||||
- run: gleam deps download
|
||||
- run: gleam test
|
||||
- run: gleam format --check src test
|
||||
Reference in New Issue
Block a user