Skip to content

plot - update histogram normalization #978

plot - update histogram normalization

plot - update histogram normalization #978

Workflow file for this run

name: Style tests
on:
push:
pull_request:
jobs:
styletest:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
julia-version: ['1']
steps:
- name: Environment setup
uses: actions/checkout@v4
- name: Julia setup
uses: julia-actions/setup-julia@latest
with:
version: ${{ matrix.julia-version }}
- name: Julia cache
uses: julia-actions/cache@v1
- name: Check style
run: julia .Style.jl --color=yes && git diff --exit-code src test examples docs