Skip to content

fix: fixing timed round robin methods #22

fix: fixing timed round robin methods

fix: fixing timed round robin methods #22

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: lint
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v3
- name: install
run: npm ci
- name: Lint
run: npm run lint