Skip to content

feat: deprecate useJsonApiFetch as this is not really a React hook #14

feat: deprecate useJsonApiFetch as this is not really a React hook

feat: deprecate useJsonApiFetch as this is not really a React hook #14

Workflow file for this run

name: Test
on: [push, pull_request, workflow_dispatch]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- name: Install
run: npm install
- name: Test and Coverage
run: npm run coverage
- name: Update Coverage Badge
uses: we-cli/coverage-badge-action@main