Skip to content

doc: update plugin preferences image #13

doc: update plugin preferences image

doc: update plugin preferences image #13

Workflow file for this run

name: Development
on:
push:
branches-ignore:
- main
jobs:
test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
make venv
- name: Lint
run: |
make lint
- name: Test
run: |
make test