Merge branch 'develop' into devsecops #298
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: iText7 CI Pipeline | |
on: [push, pull_request, workflow_dispatch] | |
jobs: | |
ci: | |
runs-on: windows-latest | |
steps: | |
- name: Checkout repository | |
id: checkout_repo | |
uses: actions/checkout@v2 | |
# Build process | |
# Tests process | |
# Built with ❤ by [Pipeline Foundation](https://pipeline.foundation) |