Giving of on Day 3 Part 2 (for now at least)

This commit is contained in:
April Eaton 2025-12-03 19:59:54 +01:00
parent 77d9537bdd
commit 1154c1489d
8 changed files with 594 additions and 0 deletions

23
day_3_part_2/.github/workflows/test.yml vendored Normal file
View file

@ -0,0 +1,23 @@
name: test
on:
push:
branches:
- master
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
with:
otp-version: "28"
gleam-version: "1.13.0"
rebar3-version: "3"
# elixir-version: "1"
- run: gleam deps download
- run: gleam test
- run: gleam format --check src test