feat: Initial stemmer feature
Some checks failed
test / test (push) Has been cancelled

This commit is contained in:
2025-10-31 22:08:14 +00:00
parent 88550985e7
commit 4f470cdf26
8 changed files with 25827 additions and 0 deletions

23
.github/workflows/test.yml vendored Normal file
View File

@@ -0,0 +1,23 @@
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: "28"
gleam-version: "1.13.0"
rebar3-version: "3"
# elixir-version: "1"
- run: gleam deps download
- run: gleam test
- run: gleam format --check src test