Skip to content

Dup value string in hex_cfg_set() #91

Dup value string in hex_cfg_set()

Dup value string in hex_cfg_set() #91

Workflow file for this run

name: reuse
on: [pull_request]
jobs:
linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
python-version: '3.10'
- name: Install reuse
run: |
python -m pip install --upgrade pip
pip install reuse
- name: Analysing the code with reuse
run: reuse lint