kmer/.forgejo/workflows/test.yml
Hamcha 599f31bd92
All checks were successful
test / test (push) Successful in 1m46s
fix ci
2024-11-30 16:43:54 +01:00

17 lines
314 B
YAML

name: test
on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: docker
steps:
- uses: actions/checkout@v4
- uses: https://git.fromouter.space/hamcha/asdf-install@v1
- run: gleam deps download
- run: gleam test
- run: gleam format --check src test