Skip to content

23: Global setup for Playwright, and some basic Playwright UI tests #478

23: Global setup for Playwright, and some basic Playwright UI tests

23: Global setup for Playwright, and some basic Playwright UI tests #478

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"