Prevent VM_DIR and VVV_PATH_TO_SITE having trailing slashes #1016
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Syntax Checking and Linting | |
on: | |
[pull_request] | |
jobs: | |
build: | |
name: Linting | |
# This job runs on Linux | |
runs-on: ubuntu-latest | |
steps: | |
- name: YAML Lint | |
uses: ibiqlik/action-yamllint@v0.0.1 | |
with: | |
file_or_dir: . | |
- name: PHP Syntax Checker (Lint) PHP 7.3 | |
uses: StephaneBour/actions-php-lint@7.3 | |
with: | |
dir: '.' |