kmer/.forgejo/workflows/test.yml
Hamcha d2918ebc5f
All checks were successful
test / test (push) Successful in 1m47s
'just use act lmao' they said 'they wont notice the difference' they thought
2024-11-30 16:37:59 +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