Skip to content

Bump @typescript-eslint/eslint-plugin from 8.15.0 to 8.16.0 #463

Bump @typescript-eslint/eslint-plugin from 8.15.0 to 8.16.0

Bump @typescript-eslint/eslint-plugin from 8.15.0 to 8.16.0 #463

Workflow file for this run

name: Build and Test Obsidian Plugin
on:
workflow_dispatch:
push:
branches: [ main ]
paths:
- '**.ts'
- '**.json'
- '**.scss'
- '**.css'
pull_request:
branches: [ main ]
paths:
- '**.ts'
- '**.json'
- '**.scss'
- '**.css'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
- name: Build and Test
id: build
run: |
npm install
npm run build
# npm run test