Skip to content

Soags/test-github-action #3

Soags/test-github-action

Soags/test-github-action #3

Workflow file for this run

name: Format
on:
pull_request:
push:
branches:
- main
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: creyD/prettier_action@v4.3
with:
prettier_options: --write .