Skip to content

Update Circle.fromObject typing and usage #481

Update Circle.fromObject typing and usage

Update Circle.fromObject typing and usage #481

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
# checkout@v5
- uses: jonobr1/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
- name: Install modules
run: npm install
- name: Run ESLint
run: npm run lint