Create an object for testing application, that accepts arguments in the form of tuple
#4938
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: xcop | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
branches: | |
- master | |
concurrency: | |
group: xcop-${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
xcop: | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 | |
- uses: g4s8/[email protected] | |
with: | |
files: | | |
**/*.xsl | |
**/*.xml |