Skip to content

Carol/login image formatting #822

Carol/login image formatting

Carol/login image formatting #822

Workflow file for this run

name: Continuous Integration
# This action works with pull requests and pushes
on:
pull_request:
push:
branches:
- main
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16
- name: Run Prettier
run: yarn install --frozen-lockfile && yarn prettier --write .
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Run Prettier