timestamps/.github/workflows/test.yml
pswsm 69b2fa02a3
Algunas comprobaciones están pendientes
test / test (push) Waiting to run
chore(timestamps): bring timestamps from pswsm-repo/sequences
2024-11-12 18:28:03 +01:00

23 líneas
449 B
YAML

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