kmer/.forgejo/workflows/test.yml

18 lines
314 B
YAML
Raw Normal View History

2024-11-30 14:48:01 +00:00
name: test
on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: docker
steps:
- uses: actions/checkout@v4
2024-11-30 14:51:08 +00:00
- uses: https://git.fromouter.space/hamcha/asdf-install@v1
2024-11-30 14:48:01 +00:00
- run: gleam deps download
- run: gleam test
- run: gleam format --check src test