Skip to content

chore: release version v0.3.1 #264

chore: release version v0.3.1

chore: release version v0.3.1 #264

Workflow file for this run

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