Skip to content

drawing: fix 32bit overflow for uint64_t values #143

drawing: fix 32bit overflow for uint64_t values

drawing: fix 32bit overflow for uint64_t values #143

Workflow file for this run

name: Check code style
on: [push, pull_request]
jobs:
build:
name:
Check code style
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: |
sudo apt-get -y install indent
sudo ln -s /usr/bin/indent /usr/bin/gindent
- name: Make indent
run: |
make indent
git status | grep 'nothing to commit'