Skip to content

add new rotating 40Msun to cc test_suite for testing #12

add new rotating 40Msun to cc test_suite for testing

add new rotating 40Msun to cc test_suite for testing #12

name: Static Analysis
on:
workflow_dispatch:
release:
pull_request:
types: [opened, synchronize, reopened, closed]
jobs:
static-analysis:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements-dev.txt
- name: Apply Fortran linter, fortitude
run: |
cd ${{ github.workspace }}
fortitude check