Skip to content

Remove Kaleido_jll compat entry #965

Remove Kaleido_jll compat entry

Remove Kaleido_jll compat entry #965

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' ) }}