Skip to content

improvement: Add multitenancy to and create consistency between gen.h… #1575

improvement: Add multitenancy to and create consistency between gen.h…

improvement: Add multitenancy to and create consistency between gen.h… #1575

Workflow file for this run

# SPDX-FileCopyrightText: 2020 ash_phoenix contributors <https://github.com/ash-project/ash_phoenix/graphs/contributors>
#
# SPDX-License-Identifier: MIT
name: CI
on:
push:
tags:
- "v*"
branches: [main]
workflow_call:
pull_request:
branches: [main]
jobs:
ash-ci:
uses: ash-project/ash/.github/workflows/ash-ci.yml@main
with:
spark-formatter: false
reuse: true
secrets:
HEX_API_KEY: ${{ secrets.HEX_API_KEY }}