Add new footer logos #1247
Workflow file for this run
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/[email protected] | |
- 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 |