Skip to content

Add ability of replacing the selector for an actor #234

Add ability of replacing the selector for an actor

Add ability of replacing the selector for an actor #234

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.0.0
- uses: erlef/setup-beam@v1.13.0
with:
otp-version: "25.1"
gleam-version: "0.27.0-rc1"
rebar3-version: "3"
- run: gleam test
- run: gleam format --check src test