Skip to content

Fix undefined shift by making sure that n is never larger then MAX_PREFIX. #173

Fix undefined shift by making sure that n is never larger then MAX_PREFIX.

Fix undefined shift by making sure that n is never larger then MAX_PREFIX. #173

Workflow file for this run

name: lint
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
licensecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
sudo apt install -qq licensecheck
- name: Check licenses
run: |
./scripts/check_licenses.sh