Skip to content

Don't throw exceptions on HTTP error #13

Don't throw exceptions on HTTP error

Don't throw exceptions on HTTP error #13

Workflow file for this run

name: Format Code
on:
push:
jobs:
format:
name: Format Code
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- name: Format Code with Prettier
uses: creyD/[email protected]
with:
prettier_options: --write --tab-width 4 **/*.{js,md}