Skip to content

Update dependency git-url-parse to v13 #1212

Update dependency git-url-parse to v13

Update dependency git-url-parse to v13 #1212

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
container:
image: node:15.4-buster
timeout-minutes: 3
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install
run: yarn
- name: Lint
run: yarn lint
- name: Test
run: yarn test:ci