Skip to content

名前空間下の変数定義に属性を付与できるように (#892) #144

名前空間下の変数定義に属性を付与できるように (#892)

名前空間下の変数定義に属性を付与できるように (#892) #144

Workflow file for this run

name: Lint
on:
push:
branches:
- master
pull_request:
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup Node.js
uses: actions/[email protected]
with:
node-version: 20.x
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint