Skip to content

🪳 Run migrations in dusk-tests job before starting server #3

🪳 Run migrations in dusk-tests job before starting server

🪳 Run migrations in dusk-tests job before starting server #3

Workflow file for this run

name: "[Lint] GitHub Actions"
on:
push:
branches: [main]
paths:
- ".github/workflows/**"
pull_request:
branches: [main]
paths:
- ".github/workflows/**"
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Lint GitHub Actions workflows
uses: rhysd/actionlint@v1.7.12
with:
# fromJson() matrix values have no statically-known type; suppress false positive
args: -ignore 'property .php-version. is not defined in object type'