refactor utils.space_split_lines to use list.chunk and list.fold #224
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
workflow_call: | |
jobs: | |
test: | |
uses: TanklesXL/gleam_actions/.github/workflows/test.yaml@main | |
with: | |
gleam_version: 1.2.1 | |
test_node: true | |
test_erlang: true |