Skip to content

fix(mastodon): user/hashtag mention (#184) #79

fix(mastodon): user/hashtag mention (#184)

fix(mastodon): user/hashtag mention (#184) #79

Workflow file for this run

name: Prettier
on:
push:
branches: [main]
jobs:
prettier:
name: Format Code
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.USERSTYLES_TOKEN }}
- name: Run Prettier
uses: creyD/[email protected]
with:
commit_options: "--author 'github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>'"
commit_message: "style: format code with prettier"
prettier_options: "--write styles/**/*.css"
prettier_version: "2.8.4"