touchscreen 0.1.0

Decorates embedded-graphics to enable touch interactivity
Documentation
name: pr_check

on:
  workflow_dispatch:
  push:
  pull_request:
    branches: [ main ]

env:
  CARGO_TERM_COLOR: always

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v2
    - name: Format
      run: cargo fmt --check --all
    - name: Clippy
      run: cargo clippy
    - name: Test
      run: cargo test --all --all-features