Skip to content

build(deps): bump julia-actions/cache from 2 to 3 #359

build(deps): bump julia-actions/cache from 2 to 3

build(deps): bump julia-actions/cache from 2 to 3 #359

Workflow file for this run

name: Format suggestions
on:
push: # Runs on all pushes to any branch
pull_request: # Runs on all PR events (open, sync, reopen)
jobs:
code-style:
runs-on: ubuntu-latest
permissions:
contents: read
checks: write
issues: write
pull-requests: write
steps:
- uses: julia-actions/julia-format@v4
with:
version: '2'