Skip to content

Bump loader-utils from 2.0.3 to 2.0.4 #258

Bump loader-utils from 2.0.3 to 2.0.4

Bump loader-utils from 2.0.3 to 2.0.4 #258

Workflow file for this run

name: CI
on:
- push
- pull_request
- workflow_dispatch
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '14'
- id: build
name: Build
run: |
yarn install
yarn run lint
yarn run build