ash_sqlite/.github/workflows/elixir.yml
2023-10-11 15:57:39 -04:00

15 lines
266 B
YAML

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:
sqlite: true
secrets:
hex_api_key: ${{ secrets.HEX_API_KEY }}