Skip to content

Use fetch, remove port config (#31) #4

Use fetch, remove port config (#31)

Use fetch, remove port config (#31) #4

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@v2
- name: Format Code with Prettier
run: npx prettier --write "**/*.js" --tab-width