Skip to content

Fix extra uart reset on sleep that had been incompletely removed #406

Fix extra uart reset on sleep that had been incompletely removed

Fix extra uart reset on sleep that had been incompletely removed #406

name: Verify library manifest and structure
# Triggers the workflow on push or pull request events
on: [push, pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
verify_library_structure:
name: Validate library structure
if: ${{ ! contains(github.event.head_commit.message, 'ci skip') }}
uses: EnviroDIY/workflows/.github/workflows/verify_library_structure.yaml@main
with:
library-manager: 'submit'
library-compliance: 'strict'