Skip to content

chore(e2e): Add local E2E action to check workflow #1531

chore(e2e): Add local E2E action to check workflow

chore(e2e): Add local E2E action to check workflow #1531

Workflow file for this run

name: Validate merge requests
on:
pull_request:
branches:
- main
jobs:
validate:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: ./.github/actions/lint
- uses: ./.github/actions/setup
- uses: ./.github/actions/test
- uses: ./.github/actions/local/build
- uses: ./.github/actions/local/e2e