Skip to content

Update checkout to include Node version #6

Update checkout to include Node version

Update checkout to include Node version #6

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:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '18.x'
- name: Prettify code
uses: creyD/[email protected]
with:
prettier_options: "--write **/*.tsx"