Skip to content

Commit

Permalink
Adjust permissions of format action
Browse files Browse the repository at this point in the history
  • Loading branch information
gdalle authored Nov 24, 2024
1 parent 5bc3cd5 commit 759e242
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ on:
tags: [v*]
pull_request:

permissions:
contents: read
checks: write
issues: write
pull-requests: write

jobs:
format:
name: "Format Check"
Expand All @@ -28,3 +34,4 @@ jobs:
with:
tool_name: JuliaFormatter
fail_on_error: true
github_token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion src/Manifolds.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
`Manifolds.jl` provides a library of manifolds aiming for an easy-to-use and fast implementation.
"""
module Manifolds
module Manifolds

import Base:
^,
Expand Down

0 comments on commit 759e242

Please sign in to comment.