Skip to content

feath: overridable playwright config path and docker-compose path #166

feath: overridable playwright config path and docker-compose path

feath: overridable playwright config path and docker-compose path #166

Workflow file for this run

name: Lint GitHub Actions workflows
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Enable action lint matcher
run: echo "::add-matcher::.github/actionlint-matcher.json"
- name: Download actionlint
id: get_actionlint
# v1.7.4
run: bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/5db9d9cde2f3deb5035dea3e45f0a9fff2f29448/scripts/download-actionlint.bash)
shell: bash
- name: Check workflow files
run: ${{ steps.get_actionlint.outputs.executable }} -color
shell: bash