Skip to content

fix modcall newlines #13

fix modcall newlines

fix modcall newlines #13

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 **/*.json **/*.js **/*.ts **/*.html **/*.css **/*.md