Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

feat: Let's do a bit of a kata in gleam💎✨ #1

feat: Let's do a bit of a kata in gleam💎✨

feat: Let's do a bit of a kata in gleam💎✨ #1

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: "26.0.2"
gleam-version: "0.34.1"
rebar3-version: "3"
# elixir-version: "1.15.4"
- run: gleam deps download
- run: gleam test
- run: gleam format --check src test