Skip to content

disable spellcheck for the app name on the wishlist_add page #36

disable spellcheck for the app name on the wishlist_add page

disable spellcheck for the app name on the wishlist_add page #36

Workflow file for this run

name: Run Shellcheck on push and PR
on:
push:
pull_request:
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master