Skip to content

Fix config.cmake.in. #7

Fix config.cmake.in.

Fix config.cmake.in. #7

Workflow file for this run

name: Lint ESPTK
on:
push:
pull_request:
types: [opened, synchronize, reopened]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check format
uses: ModOrganizer2/check-formatting-action@master
with:
check-path: "."