Reformat code using black + zimports. Fix file endings. Remove execute bit. #26
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: Test covSonar CI V.1X in Linux env. | |
on: | |
push: | |
branches: [ master, dev/fix1 ] | |
pull_request: | |
branches: [ master ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Setup Miniconda | |
uses: conda-incubator/[email protected] | |
- name: Test with test.sh script | |
run: ./test.sh |