Skip to content

Commit

Permalink
Add Format.yml (#131)
Browse files Browse the repository at this point in the history
* add Format.yml

* unformat

* update formataction

* Update src/_newton.jl

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Update src/_geometry.jl

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
hyrodium and github-actions[bot] authored Dec 17, 2023
1 parent 31543a3 commit f9ff5b9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/Format.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: Format suggestions
on:
pull_request:
jobs:
code-style:
runs-on: ubuntu-latest
steps:
- uses: julia-actions/julia-format@v2
2 changes: 2 additions & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ using ElasticSurfaceEmbedding
using Documenter
using DemoCards



# Create demo with DemoCards.jl
gallery_demopage, gallery_cb, gallery_assets = makedemos(joinpath("gallery"))

Expand Down

0 comments on commit f9ff5b9

Please sign in to comment.