Skip to content

Added keyboard.h and devices.h on root librishka.h header file. #160

Added keyboard.h and devices.h on root librishka.h header file.

Added keyboard.h and devices.h on root librishka.h header file. #160

Workflow file for this run

name: Arduino Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
name: Arduino Lint Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: arduino/arduino-lint-action@v1
with:
project-type: library
library-manager: false
compliance: strict