Skip to content

chore(deps): bump json5 from 1.0.1 to 1.0.2 (#543) #806

chore(deps): bump json5 from 1.0.1 to 1.0.2 (#543)

chore(deps): bump json5 from 1.0.1 to 1.0.2 (#543) #806

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Lint
run: yarn lint
- name: Run tests
run: yarn test