Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Merge pull request #276 from karrioapi/patch-2023.5.3 #605

Merge pull request #276 from karrioapi/patch-2023.5.3

Merge pull request #276 from karrioapi/patch-2023.5.3 #605

Workflow file for this run

# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: karrio-dashboard
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install
run: |
npm install
- name: Lint
run: |
npm run lint