mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-09-17 21:26:52 +00:00
✨ will this work?
This commit is contained in:
@@ -69,13 +69,14 @@ jobs:
|
||||
static-code-analysis:
|
||||
name: "Static Code Analysis"
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
extensions: ast
|
||||
|
||||
steps:
|
||||
- name: "Checkout"
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: "Install ext-ast"
|
||||
run: php7.4 pecl install ast-1.0.6
|
||||
|
||||
- name: "Install locked dependencies with composer"
|
||||
run: php7.4 $(which composer) install --no-interaction --no-progress --no-suggest
|
||||
|
||||
|
||||
Reference in New Issue
Block a user