Skip to content

Handle array type from Assurance attribute #9

Handle array type from Assurance attribute

Handle array type from Assurance attribute #9

Workflow file for this run

name: REUSE
on:
push:
branches: [ "main" ]
pull_request:
jobs:
reuse-check:
name: Compliance Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: '3.x'
- run: pip install reuse
- run: reuse lint