Skip to content

Add more clarity to the inviter popup text #480

Add more clarity to the inviter popup text

Add more clarity to the inviter popup text #480

Workflow file for this run

name: linters
on:
push:
branches:
- main
- release-1.0
pull_request:
branches:
- main
- release-1.0
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
markdown-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: markdownlint-cli2-action
uses: DavidAnson/markdownlint-cli2-action@v17
with:
globs: "**/*.md"