1
0
Fork 0
mirror of synced 2024-09-21 20:11:15 +12:00
appwrite/.github/workflows/codeql-phpstan.yml

16 lines
336 B
YAML
Raw Normal View History

2024-03-07 22:59:08 +13:00
name: "CodeQL"
on: [pull_request]
jobs:
lint:
name: CodeQL
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v2
- name: Run CodeQL
run: |
docker run --rm -v $PWD:/app composer sh -c \
"composer install --profile --ignore-platform-reqs && composer check"