Skip to content

Fixed issue #1846 (Placeholder Entries Not Visible in Webform Preview Page) #1435

Fixed issue #1846 (Placeholder Entries Not Visible in Webform Preview Page)

Fixed issue #1846 (Placeholder Entries Not Visible in Webform Preview Page) #1435

Workflow file for this run

name: Linting Tests
on: [push, pull_request]
jobs:
linting_tests:
runs-on: ${{ matrix.operating-systems }}
strategy:
matrix:
operating-systems: [ubuntu-latest]
php-versions: ['8.3', '8.2']
name: PHP ${{ matrix.php-versions }} test on ${{ matrix.operating-systems }}
steps:
- uses: actions/checkout@v1
- name: Running Pint Test
uses: aglipanci/[email protected]
with:
testMode: true
verboseMode: true