This repository has been archived by the owner on Dec 27, 2023. It is now read-only.
Probably better fix for conda s3 bug #806
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 |