#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

@@ -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: