Skip to content

CompatHelper: bump compat for PlutoPlotly in [weakdeps] to 0.5 for package KomaMRIPlots, (keep existing compat) #558

CompatHelper: bump compat for PlutoPlotly in [weakdeps] to 0.5 for package KomaMRIPlots, (keep existing compat)

CompatHelper: bump compat for PlutoPlotly in [weakdeps] to 0.5 for package KomaMRIPlots, (keep existing compat) #558

Workflow file for this run

# Based on https://github.com/julia-actions/julia-format/blob/master/action.yml
name: Format suggestions
on:
pull_request:
jobs:
code-style:
runs-on: ubuntu-latest
steps:
- name: 'Format'
uses: julia-actions/julia-format@v3
if: ${{ failure() && contains( github.event.pull_request.labels.*.name, 'format-suggest' ) }}