Skip to content

Add gravity + canto functions, update readme #12

Add gravity + canto functions, update readme

Add gravity + canto functions, update readme #12

Workflow file for this run

name: ESLint
on:
pull_request:
push:
branches: main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm install
- name: Run Build
run: npm run build
- name: Run ESLint
run: npm run lint