mirror of
https://github.com/creyD/prettier_action.git
synced 2026-04-13 11:50:31 +02:00
Compare commits
62 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 71bcaf6210 | |||
| 29a6b692fd | |||
| b09ae6a0d6 | |||
| 073a0f8b6e | |||
| 0ba5bcfc18 | |||
| 5daa695f24 | |||
| bbeb9af617 | |||
| 8d0861a178 | |||
|
|
c45684605c | ||
|
|
638e44576b | ||
| b5eb80d2a9 | |||
| 8295f2c348 | |||
| 897359d7a2 | |||
| 65e822b2f3 | |||
| 565d7a7458 | |||
| 66441c9ff3 | |||
| 28d6dc7fe1 | |||
| 158b31956c | |||
| e0fb4eb439 | |||
| d8862e43c9 | |||
| 857b4b338e | |||
| 0c51fd6dc9 | |||
|
|
9bca767580 | ||
| 0d1a062a13 | |||
| 8790b043b6 | |||
| 527f15c634 | |||
| eebcf202ff | |||
| fc801e7c7a | |||
| 03018818a5 | |||
| 8bd9c88a06 | |||
| 7224bd5fbf | |||
| 26a255a4eb | |||
| d79f66cca4 | |||
| 209ad3c789 | |||
| d74bf2230e | |||
| c8eaee63f1 | |||
| b8682e0294 | |||
| c4e0bcd525 | |||
| 426bb27465 | |||
| 45f4ad477d | |||
| eb409200dc | |||
| de10b82cf3 | |||
| 5fce4532d5 | |||
| 61210d785e | |||
| a3b4af5f5b | |||
| 0b7dd998bb | |||
| 554e56f267 | |||
| f18a80caf3 | |||
| cbf12d08d5 | |||
| 7524f50124 | |||
| e1f9dea8d5 | |||
| 43b949365d | |||
| d2b9447220 | |||
| 01d985bf80 | |||
| 073765dcfc | |||
| ce8fd0f388 | |||
| 90fb642c22 | |||
| 610abaf402 | |||
| a7de566991 | |||
| 07dc95a6c7 | |||
| 25777abf08 | |||
| 0865129567 |
28
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
28
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
---
|
||||||
|
name: Bug report
|
||||||
|
about: Report a problem!
|
||||||
|
title: "[BUG]"
|
||||||
|
labels: bug
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**What exactly happened?**
|
||||||
|
Steps to reproduce the behavior:
|
||||||
|
1. Go to '...'
|
||||||
|
2. Click on '....'
|
||||||
|
3. Scroll down to '....'
|
||||||
|
4. See error
|
||||||
|
|
||||||
|
**What should've happened?**
|
||||||
|
A clear and concise description of what you expected to happen.
|
||||||
|
|
||||||
|
**How did it look?**
|
||||||
|
If applicable, add screenshots to help explain your problem.
|
||||||
|
|
||||||
|
**Where did you encounter the problem?**
|
||||||
|
- OS: [e.g. iOS]
|
||||||
|
- Repo: [e.g. URL to your repository]
|
||||||
|
- Version [e.g. 22]
|
||||||
|
|
||||||
|
<!-- If you think you can help us with that, please note it here! -->
|
||||||
16
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
16
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
name: Feature request
|
||||||
|
about: Request a feature!
|
||||||
|
title: "[FEATURE]"
|
||||||
|
labels: enhancement
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**What would you like to change about the program?**
|
||||||
|
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
||||||
|
|
||||||
|
**Why do you think this is a cool idea?**
|
||||||
|
A clear and concise description of why your feature would improve the program.
|
||||||
|
|
||||||
|
<!-- If you think you can help us with that, please note it here! -->
|
||||||
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# MacOS system files
|
||||||
|
.DS_Store
|
||||||
|
# NPM
|
||||||
|
node_modules/
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
FROM node:latest
|
FROM node:lts-alpine3.9
|
||||||
|
RUN apk update && apk upgrade && apk add --no-cache bash git openssh
|
||||||
COPY entrypoint.sh /entrypoint.sh
|
COPY entrypoint.sh /entrypoint.sh
|
||||||
ENTRYPOINT ["/entrypoint.sh"]
|
ENTRYPOINT ["/entrypoint.sh"]
|
||||||
|
|||||||
4
LICENSE
4
LICENSE
@@ -1,6 +1,6 @@
|
|||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2020 Conrad
|
Copyright (c) 2020 Conrad Großer
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
@@ -14,7 +14,7 @@ copies or substantial portions of the Software.
|
|||||||
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
|||||||
56
README.md
56
README.md
@@ -1,19 +1,61 @@
|
|||||||
# GitHub Prettier Action
|
# GitHub Prettier Action
|
||||||
|
|
||||||
A GitHub action for styling files with [prettier](prettier.io).
|
[](https://www.codefactor.io/repository/github/creyd/prettier_action/overview/master)
|
||||||
|
[](https://github.com/prettier/prettier)
|
||||||
|
[](https://github.com/creyD/prettier_action/blob/master/LICENSE)
|
||||||
|
[](https://github.com/creyD/prettier_action/releases)
|
||||||
|
[](https://github.com/creyD/prettier_action/graphs/contributors)
|
||||||
|
[](https://github.com/creyD/prettier_action/issues)
|
||||||
|
|
||||||
|
|
||||||
|
A GitHub action for styling files with [prettier](https://prettier.io).
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
### Parameters
|
### Parameters
|
||||||
|
|
||||||
| Parameter | Required | Default | Description |
|
| Parameter | Required | Default | Description |
|
||||||
| - | - | - | - |
|
| - | :-: | :-: | - |
|
||||||
| prettier_options | :white_check_mark: | - | Prettier options |
|
| dry | :x: | False | Runs the action in dry mode. Files wont get changed and the action fails if there are unprettified files. |
|
||||||
|
| prettier_version | :x: | False | Specific prettier version (by default use latest) |
|
||||||
|
| prettier_options | :x: | `--write **/*.js` | Prettier options (by default it applies to the whole repository) |
|
||||||
| commit_options | :x: | - | Custom git commit options |
|
| commit_options | :x: | - | Custom git commit options |
|
||||||
| commit_message | :x: | 'Prettified Code!' | Custom git commit message |
|
| commit_message | :x: | Prettified Code! | Custom git commit message |
|
||||||
| file_pattern | :x: | '*' | Custom git add file pattern |
|
| file_pattern | :x: | * | Custom git add file pattern |
|
||||||
| branch | :white_check_mark: | - | Custom git publish branch, use ${{ github.head_ref }} if used in pull requests |
|
| branch (depreciated with 3.0)| :white_check_mark: | - | Always set this to `${{ github.head_ref }}` in order to work both with pull requests and push events |
|
||||||
|
|
||||||
|
### Example Config
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
name: Continuous Integration
|
||||||
|
|
||||||
|
# This action works with pull requests and pushes
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
prettier:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
# Make sure the actual branch is checked out when running on pull requests
|
||||||
|
ref: ${{ github.head_ref }}
|
||||||
|
|
||||||
|
- name: Prettify code
|
||||||
|
uses: creyD/prettier_action@v2.2
|
||||||
|
with:
|
||||||
|
# This part is also where you can pass other options, for example:
|
||||||
|
prettier_options: --write **/*.{js,md}
|
||||||
|
```
|
||||||
|
|
||||||
|
More documentation for writing a workflow can be found [here](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions).
|
||||||
|
|
||||||
## Issues
|
## Issues
|
||||||
|
|
||||||
Please report all bugs and feature request using the [GitHub issues function](https://github.com/creyD/prettier_action/issues/new).
|
Please report all bugs and feature request using the [GitHub issues function](https://github.com/creyD/prettier_action/issues/new). Thanks!
|
||||||
|
|||||||
28
action.yml
28
action.yml
@@ -1,5 +1,5 @@
|
|||||||
name: 'Prettier Action'
|
name: Prettier Action
|
||||||
description: 'Automatically runs prettier on all your pull requests.'
|
description: Automatically runs prettier on all your changes.
|
||||||
|
|
||||||
author: Conrad Großer <grosserconrad@gmail.com>
|
author: Conrad Großer <grosserconrad@gmail.com>
|
||||||
|
|
||||||
@@ -12,25 +12,25 @@ inputs:
|
|||||||
description: Commit options
|
description: Commit options
|
||||||
required: false
|
required: false
|
||||||
file_pattern:
|
file_pattern:
|
||||||
description: File pattern used for "git add"
|
description: File pattern used for `git add`
|
||||||
required: false
|
required: false
|
||||||
default: '*'
|
default: '*'
|
||||||
prettier_options:
|
prettier_options:
|
||||||
description: Options for the 'prettier' command
|
description: Options for the `prettier` command
|
||||||
required: true
|
required: false
|
||||||
branch:
|
default: '--write **/*.js'
|
||||||
description: Branch which the changes are merged to
|
dry:
|
||||||
required: true
|
description: Running the script in dry mode just shows whether there are files that should be prettified or not
|
||||||
|
required: false
|
||||||
|
default: false
|
||||||
|
prettier_version:
|
||||||
|
description: Specific version of prettier (by default just use the latest version)
|
||||||
|
required: false
|
||||||
|
default: false
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
using: 'docker'
|
using: 'docker'
|
||||||
image: 'Dockerfile'
|
image: 'Dockerfile'
|
||||||
args:
|
|
||||||
- ${{ inputs.commit_message }}
|
|
||||||
- ${{ inputs.commit_options }}
|
|
||||||
- ${{ inputs.file_pattern }}
|
|
||||||
- ${{ inputs.prettier_options }}
|
|
||||||
- ${{ inputs.branch }}
|
|
||||||
|
|
||||||
branding:
|
branding:
|
||||||
icon: 'award'
|
icon: 'award'
|
||||||
|
|||||||
@@ -1,41 +1,62 @@
|
|||||||
#!/bin/sh -l
|
#!/bin/sh
|
||||||
|
# e is for exiting the script automatically if a command fails, u is for exiting if a variable is not set
|
||||||
|
# x would be for showing the commands before they are executed
|
||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
|
# FUNCTIONS
|
||||||
# Function for setting up git env in the docker container (copied from https://github.com/stefanzweifel/git-auto-commit-action/blob/master/entrypoint.sh)
|
# Function for setting up git env in the docker container (copied from https://github.com/stefanzweifel/git-auto-commit-action/blob/master/entrypoint.sh)
|
||||||
git_setup ( ) {
|
_git_setup ( ) {
|
||||||
cat <<- EOF > $HOME/.netrc
|
cat <<- EOF > $HOME/.netrc
|
||||||
machine github.com
|
machine github.com
|
||||||
login $GITHUB_ACTOR
|
login $GITHUB_ACTOR
|
||||||
password $GITHUB_TOKEN
|
password $GITHUB_TOKEN
|
||||||
machine api.github.com
|
machine api.github.com
|
||||||
login $GITHUB_ACTOR
|
login $GITHUB_ACTOR
|
||||||
password $GITHUB_TOKEN
|
password $GITHUB_TOKEN
|
||||||
EOF
|
EOF
|
||||||
chmod 600 $HOME/.netrc
|
chmod 600 $HOME/.netrc
|
||||||
|
|
||||||
git config --global user.email "actions@github.com"
|
git config --global user.email "actions@github.com"
|
||||||
git config --global user.name "GitHub Actions"
|
git config --global user.name "GitHub Action"
|
||||||
}
|
}
|
||||||
echo "Installing dependencies..."
|
|
||||||
npm install
|
|
||||||
npm install --global prettier
|
|
||||||
echo "Prettifing files..."
|
|
||||||
prettier $INPUT_PRETTIER_OPTIONS
|
|
||||||
|
|
||||||
if ! git diff --quiet
|
# Checks if any files are changed
|
||||||
|
_git_changed() {
|
||||||
|
[[ -n "$(git status -s)" ]]
|
||||||
|
}
|
||||||
|
|
||||||
|
# PROGRAM
|
||||||
|
echo "Installing prettier..."
|
||||||
|
case $INPUT_PRETTIER_VERSION in
|
||||||
|
false)
|
||||||
|
npm install --silent --global prettier
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
npm install --silent --global prettier@$INPUT_PRETTIER_VERSION
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
|
echo "Prettifing files..."
|
||||||
|
echo "Files:"
|
||||||
|
prettier $INPUT_PRETTIER_OPTIONS || echo "Problem running prettier with $INPUT_PRETTIER_OPTIONS"
|
||||||
|
|
||||||
|
# To keep runtime good, just continue if something was changed
|
||||||
|
if _git_changed;
|
||||||
then
|
then
|
||||||
echo "Commiting and pushing changes..."
|
if $INPUT_DRY; then
|
||||||
# Calling method to configure the git environemnt
|
echo "Prettier found unpretty files!"
|
||||||
git_setup
|
exit 1
|
||||||
# Switch to the actual branch
|
else
|
||||||
git checkout $INPUT_BRANCH
|
# Calling method to configure the git environemnt
|
||||||
# Add changes to git
|
_git_setup
|
||||||
git add "${INPUT_FILE_PATTERN}"
|
echo "Commiting and pushing changes..."
|
||||||
# Commit and push changes back
|
# Add changes to git
|
||||||
git commit -m "$INPUT_COMMIT_MESSAGE" --author="$GITHUB_ACTOR <$GITHUB_ACTOR@users.noreply.github.com>" ${INPUT_COMMIT_OPTIONS:+"$INPUT_COMMIT_OPTIONS"}
|
git add "${INPUT_FILE_PATTERN}" || echo "Problem adding your files with pattern ${INPUT_FILE_PATTERN}"
|
||||||
git push --set-upstream origin "HEAD:$INPUT_BRANCH"
|
# Commit and push changes back
|
||||||
echo "Changes pushed successfully."
|
git commit -m "$INPUT_COMMIT_MESSAGE" --author="$GITHUB_ACTOR <$GITHUB_ACTOR@users.noreply.github.com>" ${INPUT_COMMIT_OPTIONS:+"$INPUT_COMMIT_OPTIONS"}
|
||||||
|
git push origin
|
||||||
|
echo "Changes pushed successfully."
|
||||||
|
fi
|
||||||
else
|
else
|
||||||
echo "Nothing to commit. Exiting."
|
echo "Nothing to commit. Exiting."
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user