Skip to content

Commit

Permalink
GSA#99 initial release of prettier.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mvogelgesang committed Sep 30, 2021
1 parent ca8bf9c commit fe281d0
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name:
Prettier Action
# You may pin to the exact commit or the version.
# uses: creyD/prettier_action@0b655e298cc5c8477c9df9e60dfb6cd5d79f3055
# This action works with pull requests and pushes
on:
pull_request:
push:
branches:
- develop
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/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit fe281d0

Please sign in to comment.