Skip to content

feat(cli): add apply-metadata --license-only #37

feat(cli): add apply-metadata --license-only

feat(cli): add apply-metadata --license-only #37

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
permissions:
contents: read
jobs:
lint-and-typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v5
with:
python-version: '3.11'
- run: uv sync --group dev
- name: ruff
run: uv run ruff check zenodo_maint
- name: mypy (strict)
run: uv run mypy