Skip to content

chore: add semantic-release config #17

chore: add semantic-release config

chore: add semantic-release config #17

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