Skip to content

Implement any_of_validator.erl #10

Implement any_of_validator.erl

Implement any_of_validator.erl #10

Workflow file for this run

name: Library
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
jobs:
build:
runs-on: ubuntu-latest
container:
image: erlang:24
steps:
- name: Get the source code
uses: actions/checkout@v3
- name: Build the library
run: make
- name: Run the regression tests
run: make eunit