Add native tested modules of the Hexagon Toolkit (#411) #9
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Test all metadata" | |
on: | |
push: | |
branches: | |
- master | |
paths: | |
- '**.md' | |
- 'library-and-framework-list*.json' | |
workflow_dispatch: | |
jobs: | |
build: | |
name: "🧪 All metadata tests have passed" | |
runs-on: ubuntu-latest | |
steps: | |
- run: 'echo "No build required"' |