Skip to content

Commit

Permalink
Merge branch 'master' into feature/UCRM-5991-plugin-pro-generovani-ba…
Browse files Browse the repository at this point in the history
…rcodu
  • Loading branch information
janprochazkacz committed Mar 28, 2023
2 parents 18b242b + 09a88bc commit b998e90
Show file tree
Hide file tree
Showing 133 changed files with 9,501 additions and 6,833 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Main CI

on: push

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'

- name: Run shellcheck
run: shellcheck *.sh

- name: Validate composer
run: bash composer-check.sh

- name: Check PHP Easy Coding Standard
run: ./vendor/bin/ecs check

- name: Validate CRM Plugins
run: php validate.php
10 changes: 0 additions & 10 deletions .travis.yml

This file was deleted.

6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.15"
},
"require": {
"ext-zip": "*",
"ext-json": "*"
},
"require-dev": {
"symplify/easy-coding-standard": "^10.2"
}
}
Loading

0 comments on commit b998e90

Please sign in to comment.