Skip to content

fix: fixing base randomIterate (#4) #18

fix: fixing base randomIterate (#4)

fix: fixing base randomIterate (#4) #18

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