Skip to content

Implement trigger extension on context menu #14

Implement trigger extension on context menu

Implement trigger extension on context menu #14

name: ⬣ Pull Request
on:
push:
branches:
- main
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
name: ⬣ Linters
runs-on: ubuntu-24.04
steps:
- name: ⬇️ Checkout code
uses: actions/checkout@v4
- name: ⎔ Setup Node.js
uses: actions/setup-node@v4
with:
node-version-file: .tool-versions
- name: 📥 Install dependencies
run: yarn install --frozen-lockfile
- name: 🔬 Lint
run: yarn run lint