44 Commits
v2.0 ... v3.0

Author SHA1 Message Date
71bcaf6210 Merge pull request #15 from creyD/dev
Updated docs
2020-05-04 13:59:00 +02:00
29a6b692fd Merge branch 'master' into dev 2020-05-04 13:58:53 +02:00
b09ae6a0d6 Updated docs 2020-05-04 13:56:28 +02:00
073a0f8b6e Merge pull request #14 from creyD/dev
Removed branch parameter + Bugfix for prettier_version
2020-05-04 13:51:51 +02:00
0ba5bcfc18 Fix for the PRETTIER_VERSION problems 2020-05-04 11:52:58 +02:00
5daa695f24 Merge pull request #13 from spawnia/patch-1
Simplify configuration example
2020-04-27 18:19:33 +02:00
bbeb9af617 Removed $INPUT_BRANCH completely 2020-04-27 18:15:56 +02:00
8d0861a178 Removed branching parameter for testing 2020-04-27 17:25:13 +02:00
Benedikt Franke
c45684605c Add example config option 2020-04-26 23:22:24 +02:00
Benedikt Franke
638e44576b Simplify configuration example 2020-04-26 23:16:40 +02:00
b5eb80d2a9 Added default for prettier_version 2020-04-16 18:20:54 +02:00
8295f2c348 Merge pull request #11 from creyD/dev_version
Added npm Version Selection
2020-03-24 10:07:02 +01:00
897359d7a2 Update entrypoint.sh 2020-03-24 10:00:40 +01:00
65e822b2f3 New Parameter Defaults To Null 2020-03-24 09:56:43 +01:00
565d7a7458 Attempt 2 on fixing the bug with the new version parameter 2020-03-24 09:51:18 +01:00
66441c9ff3 Fixed bug with new version parameter 2020-03-24 09:46:35 +01:00
28d6dc7fe1 Merge pull request #10 from creyD/dev_badges
Stepped Up Badge Game
2020-03-24 00:28:16 +01:00
158b31956c Stepped Up Badge Game 2020-03-24 00:26:22 +01:00
e0fb4eb439 Added prettier_version parameter 2020-03-24 00:15:08 +01:00
d8862e43c9 Added Prettier Badge to Readme 2020-03-24 00:10:16 +01:00
857b4b338e Bumped other version in Readme 2020-03-20 17:44:02 +01:00
0c51fd6dc9 Merge pull request #7 from TomBarta/patch-1
Update README to match latest version
2020-03-20 17:39:29 +01:00
Tom Barta
9bca767580 Update README to match latest version 2020-03-20 10:28:35 -06:00
0d1a062a13 Marked Importance 2020-03-18 11:12:34 +01:00
8790b043b6 Added documentation for dry option 2020-03-16 16:03:20 +01:00
527f15c634 Added hard break for dry mode 2020-03-16 15:55:22 +01:00
eebcf202ff Removed prettier catch 2020-03-16 15:48:20 +01:00
fc801e7c7a Fixed a bug with new dry option 2020-03-16 15:36:25 +01:00
03018818a5 Added dry mode 2020-03-16 15:30:17 +01:00
8bd9c88a06 Improved README and Code 2020-02-19 12:16:39 +01:00
7224bd5fbf Reworked YML config 2020-02-18 07:34:38 +01:00
26a255a4eb Added on push example 2020-02-18 07:28:35 +01:00
d79f66cca4 Update README.md 2020-02-17 23:18:45 +01:00
209ad3c789 Fixed Incorrect Intend 2020-02-17 23:08:15 +01:00
d74bf2230e Readded netrc file 2020-02-17 23:05:16 +01:00
c8eaee63f1 Fixed Naming Mistake 2020-02-17 23:02:27 +01:00
b8682e0294 Improved Stability of Pushing
- Updated code from the template I used
2020-02-17 22:42:00 +01:00
c4e0bcd525 Update entrypoint.sh 2020-02-17 10:47:10 +01:00
426bb27465 Update entrypoint.sh 2020-02-17 10:38:41 +01:00
45f4ad477d [TESTING] Added git fetch for optimal operation 2020-02-17 09:38:17 +01:00
eb409200dc Update README.md 2020-01-29 09:39:04 +01:00
de10b82cf3 Fixed error "Git not found" 2020-01-27 13:33:30 +01:00
5fce4532d5 Added CodeFactor Badge 2020-01-24 22:40:20 +01:00
61210d785e Pinned Docker Version 2020-01-24 22:39:32 +01:00
5 changed files with 103 additions and 69 deletions

View File

@@ -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"]

View File

@@ -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

View File

@@ -1,5 +1,13 @@
# GitHub Prettier Action # GitHub Prettier Action
[![CodeFactor](https://www.codefactor.io/repository/github/creyd/prettier_action/badge/master)](https://www.codefactor.io/repository/github/creyd/prettier_action/overview/master)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
[![License MIT](https://img.shields.io/github/license/creyD/prettier_action)](https://github.com/creyD/prettier_action/blob/master/LICENSE)
[![Latest Release](https://img.shields.io/github/v/release/creyD/prettier_action)](https://github.com/creyD/prettier_action/releases)
[![Contributors](https://img.shields.io/github/contributors-anon/creyD/prettier_action)](https://github.com/creyD/prettier_action/graphs/contributors)
[![Issues](https://img.shields.io/github/issues/creyD/prettier_action)](https://github.com/creyD/prettier_action/issues)
A GitHub action for styling files with [prettier](https://prettier.io). A GitHub action for styling files with [prettier](https://prettier.io).
## Usage ## Usage
@@ -8,41 +16,46 @@ A GitHub action for styling files with [prettier](https://prettier.io).
| Parameter | Required | Default | Description | | Parameter | Required | Default | Description |
| - | :-: | :-: | - | | - | :-: | :-: | - |
| prettier_options | :x: | --write **/*.js | Prettier options (by default it applies to the whole repository) | | dry | :x: | False | Runs the action in dry mode. Files wont get changed and the action fails if there are unprettified files. |
| commit_options | :x: | No options. | Custom git commit options | | 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_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 ### Example Config
This is a small example of what your `action.yml` could look like:
```yaml ```yaml
name: Prettier for JS Code name: Continuous Integration
on: [pull_request] # This action works with pull requests and pushes
on:
pull_request:
push:
branches:
- master
jobs: jobs:
cleanup_tasks: prettier:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Cloning the repository - name: Checkout
uses: actions/checkout@v1 uses: actions/checkout@v2
with: with:
fetch-depth: 1 # Make sure the actual branch is checked out when running on pull requests
- name: Prettify the JS Code ref: ${{ github.head_ref }}
uses: creyD/prettier_action@v1.0
- name: Prettify code
uses: creyD/prettier_action@v2.2
with: with:
prettier_options: '--no-semi --write src/**/*.js' # This part is also where you can pass other options, for example:
branch: ${{ github.head_ref }} prettier_options: --write **/*.{js,md}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
``` ```
This simple example executes `prettier --no-semi --write src/**/*.js` after someone created a Pull Request on your repository. More documentation can be found [here](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions). 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!

View File

@@ -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>
@@ -7,32 +7,31 @@ inputs:
commit_message: commit_message:
description: Commit message description: Commit message
required: false required: false
default: "Prettified Code!" default: 'Prettified Code!'
commit_options: commit_options:
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: false required: false
default: "--write **/*.js" default: '--write **/*.js'
branch: dry:
description: Branch which the changes are merged to description: Running the script in dry mode just shows whether there are files that should be prettified or not
required: true 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'
color: "green" color: 'green'

View File

@@ -1,41 +1,62 @@
#!/bin/sh #!/bin/sh
# e is for exiting the script automatically if a command fails, u is for exiting if a variable is not set, x is for showing the commands before they are executed # e is for exiting the script automatically if a command fails, u is for exiting if a variable is not set
set -eux # x would be for showing the commands before they are executed
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 prettier..." # Checks if any files are changed
npm install --silent --global prettier _git_changed() {
echo "Prettifing files..." [[ -n "$(git status -s)" ]]
prettier $INPUT_PRETTIER_OPTIONS || echo "Problem while prettifying your files!" }
if ! git diff --quiet # 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