Skip to content

feat!: add semantic #16

feat!: add semantic

feat!: add semantic #16

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: pip install platformio
- name: Build for TTGO T-Display
run: pio run -e ttgo-lora32-v1