This repository has been archived by the owner on Dec 27, 2023. It is now read-only.
Trying to hot-fix s3 bug. Hangs in reads from ContentAsInputStream #804
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 linter | |
"on": | |
push: | |
branches: | |
- master | |
pull_request: | |
brranches: | |
- master | |
jobs: | |
xcop-lint: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: g4s8/xcop-action@master |