Skip to content

add support for Base.repeat, Base.reverse & update README #1

add support for Base.repeat, Base.reverse & update README

add support for Base.repeat, Base.reverse & update README #1

Workflow file for this run

name: 'Format'
on:
pull_request_target:
paths: ['**/*.jl']
types: [opened, synchronize, reopened, ready_for_review]
permissions:
contents: read
actions: write
pull-requests: write
jobs:
formatcheck:
uses: "ManyBodyLab/ManyBodyLabActions/.github/workflows/FormatCheck.yml@main"