Skip to content

adding feasibility to SeBa to restart SeBa simulations from within AM… #16

adding feasibility to SeBa to restart SeBa simulations from within AM…

adding feasibility to SeBa to restart SeBa simulations from within AM… #16

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
run-linters:
name: Run linters
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install Python dependencies
run: pip install flake8
- name: Run linters
uses: wearerequired/lint-action@v2
with:
flake8: true