Skip to content

Update dependency eslint-plugin-import to v2.31.0 #89

Update dependency eslint-plugin-import to v2.31.0

Update dependency eslint-plugin-import to v2.31.0 #89

Workflow file for this run

name: CI
on:
push:
branches:
- main
- dev
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Install dependencies
run: npm install
- name: Run linting
run: npm run lint
# Will be added later on
# - name: Run tests
# run: npm test -- --coverage
- name: Build
run: npm run build
- name: Build Docker image
run: |
docker build -t sveltos-dashboard-ui:latest .