Use Artifacts to Collect Unsupported Library Versions from Parallel Jobs #401
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: "Validate library-and-framework-list.json" | |
on: | |
pull_request: | |
paths-ignore: | |
- 'library-and-framework-list*.json' | |
jobs: | |
build: | |
name: "📋 Validate the JSON file" | |
runs-on: ubuntu-latest | |
steps: | |
- run: 'echo "No build required"' |