Skip to content

Bump ini from 1.3.5 to 1.3.8 #6

Bump ini from 1.3.5 to 1.3.8

Bump ini from 1.3.5 to 1.3.8 #6

Workflow file for this run

name: "build"
on:
pull_request:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: |
npm ci
npm run all