Skip to content

refactor: update css for mobile #27

refactor: update css for mobile

refactor: update css for mobile #27

name: Run Prettier Formatting
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: npm ci
- name: Run Prettier
run: npx prettier --write .
- name: Commit and push changes
uses: EndBug/add-and-commit@v4
with:
author_name: Prettier Bot
author_email: [email protected]
message: 'Committing Prettier changes'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}