Use commit hash for wbaas-deploy commit (#473) #1269
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: wbstack php lint | |
on: | |
push: | |
branches: | |
- 'main' | |
pull_request: | |
jobs: | |
lint: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3.3.0 | |
- uses: shivammathur/setup-php@v2 | |
with: | |
php-version: 7.4 | |
- name: Install wbstack dev Composer Dependencies | |
run: composer install --prefer-dist | |
- name: Lint wbstack directory | |
run: composer lint |