Skip to content

Update docker Docker tag to v27 #46

Update docker Docker tag to v27

Update docker Docker tag to v27 #46

Workflow file for this run

name: Formatter
on:
push:
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout project
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
fetch-depth: 0
persist-credentials: false
- name: Format code
uses: creyD/[email protected]
with:
prettier_options: --write **/*.{md,js,html,css}
same_commit: false
commit_message: "[CI] Format Code!"
commit_description: "Format code using Prettier"
github_token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}