Skip to content

Bump decode-uri-component from 0.2.0 to 0.2.2 #217

Bump decode-uri-component from 0.2.0 to 0.2.2

Bump decode-uri-component from 0.2.0 to 0.2.2 #217

Workflow file for this run

name: Test CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@master
- name: install
run: npm install
- name: lint
run: npm run lint && npm run tsc
- name: test
run: npm run test:coverage
- name: Generate coverage
run: bash <(curl -s https://codecov.io/bash)