Skip to content

refactor request url for json file download #5

refactor request url for json file download

refactor request url for json file download #5

Workflow file for this run

name: Test Client
on: ["push", "pull_request"]
jobs:
test:
if: "!contains(github.event.head_commit.message, 'skip ci')"
name: Test
runs-on: ubuntu-18.04
defaults:
run:
working-directory: client
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 18
- name: Run Prettier Test
run: npx prettier --check "src/**/*.js"