Skip to content
This repository has been archived by the owner on Mar 9, 2024. It is now read-only.

Bump core-js from 3.35.1 to 3.36.0 #495

Bump core-js from 3.35.1 to 3.36.0

Bump core-js from 3.35.1 to 3.36.0 #495

Workflow file for this run

name: lint
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install dependencies
run: npm install
- name: Run ESLint
run: npm run lint