Skip to content

feat: initial work in rendering a fit #4

feat: initial work in rendering a fit

feat: initial work in rendering a fit #4

Workflow file for this run

name: Testing
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
testing:
name: Testing
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install NodeJS
uses: actions/setup-node@v3
with:
registry-url: https://npm.pkg.github.com
scope: "@eveshipfit"
- name: Install dependencies
run: npm install
- name: Run linter
run: npm run lint