Skip to content

updating Epinio to 1.11, update for info with json #71

updating Epinio to 1.11, update for info with json

updating Epinio to 1.11, update for info with json #71

Workflow file for this run

name: CI
on:
workflow_dispatch:
push:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 1
- uses: actions/setup-node@v3
with:
node-version: '14.x'
- name: Install dependencies
working-directory: ui
run: npm install
- name: Lint
working-directory: ui
run: npm run lint
- name: Build
working-directory: ui
run: npm run build