Update test and metadata locations for iText Core modules and iText add-ons #82
Workflow file for this run
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 changed metadata" | |
on: | |
pull_request: | |
branches: | |
- master | |
paths: | |
- '**.md' | |
- 'library-and-framework-list*.json' | |
jobs: | |
get-changed-metadata: | |
name: "📋 Get a list of all changed libraries" | |
runs-on: ubuntu-latest | |
steps: | |
- run: 'echo "No build required"' | |
all-metadata-passed: | |
name: "🧪 All metadata tests have passed" | |
runs-on: ubuntu-latest | |
steps: | |
- run: 'echo "No build required"' |