#1 - skeleton polishing (#12)

* #1 - skeleton polishing

* #1 - readme
This commit is contained in:
Krzysztof Rewak
2022-01-12 08:49:22 +01:00
committed by GitHub
parent 262d37d862
commit 2abd83526d
18 changed files with 1346 additions and 77 deletions

View File

@@ -1,4 +1,5 @@
version: 2
updates:
- package-ecosystem: composer
directory: "/"
@@ -9,6 +10,7 @@ updates:
prefix: "#5 - (php) "
target-branch: main
open-pull-requests-limit: 1
- package-ecosystem: npm
directory: "/"
schedule:

View File

@@ -12,5 +12,6 @@ jobs:
check-pr-title:
name: Check PR title
runs-on: ubuntu-20.04
steps:
- uses: blumilksoftware/action-pr-title@v1.2.0

View File

@@ -6,6 +6,7 @@ on:
jobs:
test-and-lint-js:
name: Test & lint JS stuff
runs-on: ubuntu-20.04
steps:

View File

@@ -8,6 +8,7 @@ on:
jobs:
test-and-lint-php:
name: Test & lint PHP stuff
runs-on: ubuntu-20.04
steps: