-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
GitHub Actions
committed
Jul 23, 2023
1 parent
da44824
commit 27b2b96
Showing
9 changed files
with
9,079 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
node_modules/ | ||
dist/ | ||
Java.java |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
name: format-rst-files-action | ||
description: 'A GitHub Action to format RST files using rstfmt' | ||
branding: | ||
icon: file-text | ||
color: white | ||
inputs: | ||
files: | ||
description: 'Pattern to match the files to be formatted.' | ||
required: false | ||
default: '**/*.rst' | ||
commit: | ||
description: 'Whether or not you want the action to push to your repo with the formatting.' | ||
required: false | ||
default: 'true' | ||
github-username: | ||
description: 'Username for the github action to commit with.' | ||
required: false | ||
default: 'github-actions' | ||
commit-message: | ||
description: 'Message for formatter commit.' | ||
required: false | ||
default: 'Format Rst' | ||
runs: | ||
using: node16 | ||
main: 'build/index.js' |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.