# `AshEvents.Events.Verifiers.VerifyActions`
[🔗](https://github.com/ash-project/ash_events/blob/v0.7.0/lib/events/verifiers/verify_actions.ex#L5)

Verifies that action-related configuration is valid.

Checks that:
- only_actions and ignore_actions are mutually exclusive
- All actions in only_actions, ignore_actions, current_action_versions,
  and allowed_change_modules reference existing actions on the resource
- Versions in current_action_versions are positive integers
- Change modules in allowed_change_modules exist and implement Ash.Resource.Change

---

*Consult [api-reference.md](api-reference.md) for complete listing*
