Skip to content

feat: copy link to register if open_cmd length is 1 #27

feat: copy link to register if open_cmd length is 1

feat: copy link to register if open_cmd length is 1 #27

Workflow file for this run

name: Lint
on:
push:
pull_request:
jobs:
lint:
name: Lint and Format Check
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Luacheck
uses: lunarmodules/[email protected]
with:
args: lua/ plugin/
- name: Run Stylua
uses: JohnnyMorganz/stylua-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: latest
args: --check -v .