Skip to content

feat: also let the user decide what to cache #55

feat: also let the user decide what to cache

feat: also let the user decide what to cache #55

Workflow file for this run

name: Format
on:
push:
paths:
- 'src/**'
- 'test/**'
- 'docs/make.jl'
- '.JuliaFormatter.jl'
- '.github/workflows/Format.yml'
workflow_dispatch:
jobs:
code-style:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@latest
- name: Install JuliaFormatter
run: julia -e 'using Pkg; Pkg.add("JuliaFormatter")'
- name: Run JuliaFormatter
run: julia .JuliaFormatter.jl