Skip to content

chore: REUSE compliance #452

chore: REUSE compliance

chore: REUSE compliance #452

Workflow file for this run

# SPDX-FileCopyrightText: 2020 Zach Daniel
#
# 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:
sqlite: true
reuse: true
secrets:
hex_api_key: ${{ secrets.HEX_API_KEY }}