Skip to content

Merge branch 'dev' of https://github.com/Layers-of-Railways/bot into dev #84

Merge branch 'dev' of https://github.com/Layers-of-Railways/bot into dev

Merge branch 'dev' of https://github.com/Layers-of-Railways/bot into dev #84

Workflow file for this run

name: Lint
on:
workflow_dispatch:
push:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 20
- name: Install pnpm
uses: pnpm/action-setup@v2
- name: Install dependencies
run: pnpm install
- name: Lint
run: pnpm run lint