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

Merge branch 'main' into dependabot/npm_and_yarn/types/react-18.2.69 #102

Merge branch 'main' into dependabot/npm_and_yarn/types/react-18.2.69

Merge branch 'main' into dependabot/npm_and_yarn/types/react-18.2.69 #102

Workflow file for this run

name: Linting
on:
push:
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
linting:
name: Linting
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup node
uses: actions/[email protected]
with:
cache: npm
- name: Install dependencies
run: |
set -xe
npm i
- name: Lint
run: |
set -xe
npm run lint