Skip to content

chore: bump word-wrap from 1.2.3 to 1.2.4 #79

chore: bump word-wrap from 1.2.3 to 1.2.4

chore: bump word-wrap from 1.2.3 to 1.2.4 #79

Workflow file for this run

name: 'Prettier'
on: [push, pull_request]
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: 'Prettify code'
uses: creyD/[email protected]
with:
prettier_options: '--write src public/index.html --config .prettierrc.json'
only_changed: False
dry: False
github_token: ${{ secrets.GITHUB_TOKEN }}