Skip to content

Merge branch 'master' into ExtInts #36

Merge branch 'master' into ExtInts

Merge branch 'master' into ExtInts #36

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: 'update'
library-compliance: 'strict'