Skip to content

build(deps): bump codecov/codecov-action from 5 to 6 #386

build(deps): bump codecov/codecov-action from 5 to 6

build(deps): bump codecov/codecov-action from 5 to 6 #386

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'