Skip to content

V: Release v1.11.0 #105

V: Release v1.11.0

V: Release v1.11.0 #105

Workflow file for this run

name: ESLint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
- name: Setup pnpm
uses: pnpm/[email protected]
with:
version: 6.0.2
run_install: true
- name: Run ESLint
run: pnpm lint