Skip to content

Initial benchmarking implementation: steps to run benchmarks and comb… #486

Initial benchmarking implementation: steps to run benchmarks and comb…

Initial benchmarking implementation: steps to run benchmarks and comb… #486

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