Skip to content

chore(deps): bump ash in the production-dependencies group (#144) #401

chore(deps): bump ash in the production-dependencies group (#144)

chore(deps): bump ash in the production-dependencies group (#144) #401

Workflow file for this run

# SPDX-FileCopyrightText: 2023 ash_double_entry contributors <https://github.com/ash-project/ash_double_entry/graphs.contributors>
#
# SPDX-License-Identifier: MIT
name: 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:
postgres: true
postgres-version: "16"
reuse: true
secrets:
hex_api_key: ${{ secrets.HEX_API_KEY }}