Skip to content

build(deps): bump loader-utils from 1.4.0 to 1.4.2 (#591) #885

build(deps): bump loader-utils from 1.4.0 to 1.4.2 (#591)

build(deps): bump loader-utils from 1.4.0 to 1.4.2 (#591) #885

Workflow file for this run

name: CI
on: [push, 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