Skip to content

chore: change license to reference file (#34) #12

chore: change license to reference file (#34)

chore: change license to reference file (#34) #12

Workflow file for this run

name: Build
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v4
with:
python-version: '3'
- run: |
pip install hatch hatch-vcs
hatch build