Skip to content

Fix build error due to lack of stdint.h in IrParam.h #73

Fix build error due to lack of stdint.h in IrParam.h

Fix build error due to lack of stdint.h in IrParam.h #73

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: clang-format --version
- run: ./lint.sh ${{ github.workspace }}
- run: echo "Job's status ${{ job.status }}."