Added warning to inform users of known bug and issues fastcc.py #821
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: CI | |
on: | |
push: | |
branches: | |
- stable | |
- devel | |
pull_request: | |
branches: | |
- stable | |
- devel | |
jobs: | |
prerequisites: | |
uses: ./.github/workflows/test.yml |