Skip to content

feat: allow to disable the password prompt at application open and resume #943

feat: allow to disable the password prompt at application open and resume

feat: allow to disable the password prompt at application open and resume #943

Workflow file for this run

name: "Lint PR"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
lint-pr:
name: Lint PR
runs-on: ubuntu-latest
steps:
- name: Run lint ✅
uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}