Skip to content

CompatHelper: bump compat for CairoMakie to 0.15 for package docs, (drop existing compat) #303

CompatHelper: bump compat for CairoMakie to 0.15 for package docs, (drop existing compat)

CompatHelper: bump compat for CairoMakie to 0.15 for package docs, (drop existing compat) #303

Workflow file for this run

name: Format
on:
push:
branches:
- main
pull_request:
concurrency:
# Skip intermediate builds: always.
# Cancel intermediate builds: only if it is a pull request build.
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
jobs:
format:
runs-on: ubuntu-latest
steps:
- name: Format code
uses: TuringLang/actions/Format@main