Skip to content

Asymmetric line flow (Refined); READY FOR REVIEW !!! #465

Asymmetric line flow (Refined); READY FOR REVIEW !!!

Asymmetric line flow (Refined); READY FOR REVIEW !!! #465

name: Format suggestions
on:
pull_request:
jobs:
code-style:
runs-on: ubuntu-latest
steps:
- uses: julia-actions/julia-format@v2
continue-on-error: true
- name: Check on failures
if: steps.julia-format.outcome != 'success'
run: echo "There are formatting errors. Please check the logs above."
shell: bash