Skip to content

Replace Date, Time, DateTime with their counterparts from gleam_time. Closes #8 #45

Replace Date, Time, DateTime with their counterparts from gleam_time. Closes #8

Replace Date, Time, DateTime with their counterparts from gleam_time. Closes #8 #45

Workflow file for this run

name: test
on:
push:
branches:
- master
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: erlef/setup-beam@v1
with:
otp-version: "28"
gleam-version: "1.10.0"
rebar3-version: "3"
# elixir-version: "1.15.4"
- run: gleam test
- run: gleam format --check src test