Skip to content

build(dev-deps): update dependency eslint-plugin-sort-destructure-key… #61

build(dev-deps): update dependency eslint-plugin-sort-destructure-key…

build(dev-deps): update dependency eslint-plugin-sort-destructure-key… #61

Workflow file for this run

name: Check
on: push
jobs:
pull-request_check:
name: Check Pull Request
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 100
- name: Setup Node.js
uses: actions/setup-node@v4
with:
cache: yarn
node-version: 20
- name: Install
run: yarn
- name: Lint commits (last 100)
run: yarn commitlint --from HEAD~99 --to HEAD -V
webview_lint:
name: Lint Webview
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
cache: yarn
node-version: 20
- name: Install
run: yarn
- name: Run
run: yarn test:lint
webview_type:
name: Type Webview
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
cache: yarn
node-version: 20
- name: Install
run: yarn
- name: Run
run: yarn test:type