Skip to content

MA-19935: Implement history-less modal close #35

MA-19935: Implement history-less modal close

MA-19935: Implement history-less modal close #35

Workflow file for this run

name: 'Pull Request'
on:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
token: ${{ secrets.DEVTOOLS_GITHUB_TOKEN }}
- name: Setting up the repository environment
uses: ./.github/actions/setup
- name: Validation
uses: ./.github/actions/validation