Skip to content

can they handle the jimmy neutron style #4

can they handle the jimmy neutron style

can they handle the jimmy neutron style #4

Workflow file for this run

name: Formatting
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '14'
cache: 'npm'
- name: Prettier Action
uses: creyD/[email protected]
with:
same_commit: false
prettier_options: --write **/*.js **/*.ts **/*.css