-
-
Notifications
You must be signed in to change notification settings - Fork 3
38 lines (37 loc) · 840 Bytes
/
ci.yml
File metadata and controls
38 lines (37 loc) · 840 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 crux contributors <https://github.com/ash-project/crux/graphs/contributors>
#
# SPDX-License-Identifier: MIT
name: Ash CI
on:
push:
tags:
- "v*"
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
permissions:
contents: read
jobs:
ash-ci:
uses: ash-project/ash/.github/workflows/ash-ci.yml@main
secrets:
HEX_API_KEY: ${{ secrets.HEX_API_KEY }}
permissions:
contents: write
pages: write
id-token: write
security-events: write
with:
release: true
publish-docs: true
spark-formatter: false
codegen: false
doctor: true
conventional-commit: false
spark-cheat-sheets: false
sobelow: true
postgres: false
tenants: false
reuse: true
community-files: true