Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions .github/workflows/drupal-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: CI

on: [push]

jobs:
build:

runs-on: ubuntu-latest

steps:

- name: Checkout
uses: actions/checkout@v1

- name: Info
run: |
pwd
env
ls -lah
php -v
php -m
composer -vvv -V
composer global require -o --update-no-dev --no-suggest "hirak/prestissimo:^0.3"
composer install -o --profile
vendor/bin/drupal-check -ad -vv -n web/modules/custom web/profiles/sdd

# - name: Build
# uses: docker://skilldlabs/php:73
# with:
# args: sh -c "composer install -o && vendor/bin/drupal-check -ad -vv -n web/modules/custom"

- name: Run a multi-line script
run: |
ls -la
ls -lah vendor/bin