Skip to content

Merge pull request #24 from hexionas/axios-update #48

Merge pull request #24 from hexionas/axios-update

Merge pull request #24 from hexionas/axios-update #48

Workflow file for this run

name: "CI"
on: push
jobs:
test-action:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: npm ci
- run: npm test