Skip to content

Merge pull request #14 from rohberg/replace-axios-with-fetch #50

Merge pull request #14 from rohberg/replace-axios-with-fetch

Merge pull request #14 from rohberg/replace-axios-with-fetch #50

Workflow file for this run

name: Unit Tests
on: [push]
jobs:
unit:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
python-version: [3.8]
steps:
- name: Main checkout
uses: actions/checkout@v3
- name: Linting
run: make test-ci