Skip to content

chore(deps-dev): bump ex_doc from 0.34.1 to 0.34.2 #93

chore(deps-dev): bump ex_doc from 0.34.1 to 0.34.2

chore(deps-dev): bump ex_doc from 0.34.1 to 0.34.2 #93

Workflow file for this run

name: CI
on:
push:
tags:
- "v*"
branches: [main]
pull_request:
branches: [main]
jobs:
ash-ci:
strategy:
fail-fast: false
matrix:
mysql-version: ["8.0"]
uses: ash-project/ash_mysql/.github/workflows/ash-ci.yml@main
with:
mysql: true
mysql-version: ${{matrix.mysql-version}}
secrets:
hex_api_key: ${{ secrets.HEX_API_KEY }}