kmer/.forgejo/workflows/test.yml
Hamcha 76f24289bc
Some checks failed
test / test (push) Failing after 3s
...
2024-11-30 16:30:55 +01:00

17 lines
308 B
YAML

name: test
on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: docker
steps:
- uses: actions/checkout@v4
- run: https://github.com/asdf-vm/actions/install@v3
- run: gleam deps download
- run: gleam test
- run: gleam format --check src test