Skip to content

Bump loader-utils from 1.4.0 to 2.0.4 #129

Bump loader-utils from 1.4.0 to 2.0.4

Bump loader-utils from 1.4.0 to 2.0.4 #129

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v1
with:
node-version: 12
- name: install
run: yarn --frozen-lockfile --non-interactive
- name: lint
run: yarn lint
- name: test
run: yarn test:coverage
- name: codecov
run: yarn codecov -t ${{ secrets.CODECOV_TOKEN }}