Skip to content

feat(google): split flavor variable into light and dark (#412) #347

feat(google): split flavor variable into light and dark (#412)

feat(google): split flavor variable into light and dark (#412) #347

Workflow file for this run

name: Format
on:
push:
branches: [main]
jobs:
format:
name: Format userstyles
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.USERSTYLES_TOKEN }}
- name: Setup Node.js
uses: actions/setup-node@v3
- name: Format userstyles
run: npx prettier --write .
- name: Pull changes
run: git pull
- name: Push changes
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "style: format code with prettier"
commit_author: "github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>"