Packages

A wildcard matching library that implements unix-style blob pattern matching functionality for Elixir binaries. It works on all binary input and defaults to working with codepoint representations of binaries, but other modes are also available.

Current section

Files

Jump to
wild config config.exs
Raw

config/config.exs

use Mix.Config
# If we are running CI do more tests
if System.get_env("GITHUB_ACTION") do
import_config "ci.exs"
end