Skip to content

test preitter again again #4

test preitter again again

test preitter again again #4

Workflow file for this run

name: Prettier Action
on:
push:
branches: ["sburchfield33-juliazel-githubactions"]
pull_request:
branches: ["sburchfield33-juliazel-githubactions"]
jobs:
prettier:
runs-on: ubuntu-latest
steps:

Check failure on line 13 in .github/workflows/prettier.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/prettier.yml

Invalid workflow file

You have an error in your yaml syntax on line 13
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
- name: Prettify code
uses: creyD/[email protected]
with:
prettier_options: "--write **/*.tsx"