Skip to content

docs: update README with hosting and access information #682

docs: update README with hosting and access information

docs: update README with hosting and access information #682

Workflow file for this run

name: AutoPretty
on:
push:
pull_request:
branches:
- "main"
- "dev"
- "US**"
jobs:
prettier:
if: ${{ github.event.action != 'synchronize' }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
fetch-depth: 0
- name: Prettify code
uses: creyD/[email protected]
with:
# This part is also where you can pass other options, for example:
prettier_options: --write **/*.{html,css,js,md} --config .prettierrc
only_changed: False