Skip to content

[hlc] Use uint64 instead of uint64_t for shift cast #194

[hlc] Use uint64 instead of uint64_t for shift cast

[hlc] Use uint64 instead of uint64_t for shift cast #194

Workflow file for this run

name: Check pull request target branch
on:
pull_request_target:
types:
- opened
- reopened
- synchronize
- edited
jobs:
check-branches:
runs-on: ubuntu-latest
steps:
- name: Check branches
run: |
if [ ${{ github.base_ref }} != "development" ]; then
echo "Merge requests should target `development`."
exit 1
fi