- Notifications
You must be signed in to change notification settings - Fork1
Removed old links#5
This file contains hidden or 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:Static Analysis | |
on: | |
push: | |
branches:[ main ] | |
pull_request: | |
branches:[ main ] | |
jobs: | |
run: | |
runs-on:ubuntu-latest | |
steps: | |
-uses:actions/checkout@v3 | |
-run:composer update --no-interaction --optimize-autoloader | |
-run:composer lint |