-
-
Notifications
You must be signed in to change notification settings - Fork 2
38 lines (37 loc) · 989 Bytes
/
elixir.yml
File metadata and controls
38 lines (37 loc) · 989 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# SPDX-FileCopyrightText: 2025 igniter_css contributors <https://github.com/ash-project/igniter_css/graphs/contributors>
#
# SPDX-License-Identifier: MIT
name: CI
on:
push:
tags:
- "v*"
branches: [main]
pull_request:
branches: [main]
workflow_call:
jobs:
ash-ci:
strategy:
fail-fast: false
matrix:
include:
- elixir-version: "1.17.0-otp-26"
erlang-version: "26.0"
primary: false
- elixir-version: "default"
erlang-version: "default"
primary: true
uses: ash-project/ash/.github/workflows/ash-ci.yml@main
with:
spark-formatter: false
spark-cheat-sheets: false
sobelow: false
elixir-version: ${{ matrix.elixir-version }}
erlang-version: ${{ matrix.erlang-version }}
igniter-upgrade: false
publish-docs: ${{ matrix.primary }}
release: false
reuse: true
secrets:
HEX_API_KEY: ${{ secrets.HEX_API_KEY }}