Skip to content

Commit

Permalink
Organizing various document wordings (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
cable8mm committed Mar 9, 2024
1 parent 8e7135e commit a31c329
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 21 deletions.
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
name: PHP Linting (Pint)
name: code-style

on:
workflow_dispatch:
push:
branches-ignore:
- "dependabot/npm_and_yarn/*"
jobs:
phplint:
pint:
runs-on: ubuntu-latest
name: Pint
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 2

- name: "laravel-pint"
uses: aglipanci/laravel-pint-action@0.1.0
with:
Expand All @@ -20,5 +23,5 @@ jobs:
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: PHP Linting (Pint)
commit_message: Linting
skip_fetch: true
13 changes: 13 additions & 0 deletions .github/workflows/deploy-to-github-pages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: deploy-to-github-pages

on:
release:
types: [released]

permissions: {}

jobs:
publish-pages:
permissions:
contents: write
uses: cable8mm/.github/.github/workflows/deploy-to-github-pages.yml@main
13 changes: 4 additions & 9 deletions .github/workflows/tests.yml → .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,19 @@
name: Tests
name: run-tests

on:
workflow_dispatch:
push:
branches-ignore:
- "dependabot/npm_and_yarn/*"

permissions:
contents: read

jobs:
build:
test:
runs-on: ubuntu-latest

strategy:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [8.0, 8.1, 8.2, 8.3]

name: PHP ${{ matrix.php }}
Expand All @@ -36,8 +34,5 @@ jobs:
- name: Install dependencies
run: composer install --prefer-dist --no-progress --no-suggest

# Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit"
# Docs: https://getcomposer.org/doc/articles/scripts.md

- name: Run test suite
- name: Execute tests
run: composer test
30 changes: 21 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,26 @@
# Good Code Parser

[![PHP Linting (Pint)](https://github.com/cable8mm/good-code-parser/actions/workflows/coding-style-php.yml/badge.svg)](https://github.com/cable8mm/good-code-parser/actions/workflows/coding-style-php.yml)
[![Tests](https://github.com/cable8mm/good-code-parser/actions/workflows/tests.yml/badge.svg)](https://github.com/cable8mm/good-code-parser/actions/workflows/tests.yml)
[![update changelog](https://github.com/cable8mm/good-code-parser/actions/workflows/update-changelog.yml/badge.svg)](https://github.com/cable8mm/good-code-parser/actions/workflows/update-changelog.yml)
![GitHub Release](https://img.shields.io/github/v/release/cable8mm/good-code-parser?logo=packagist&color=F28D1A)
![Packagist Downloads](https://img.shields.io/packagist/dt/esc-company/good-code-parser?logo=packagist&color=F28D1A)
![minimum PHP version](https://img.shields.io/badge/php-%3E%3D_8.0-8892BF.svg?logo=php)
![GitHub License](https://img.shields.io/github/license/cable8mm/good-code-parser)

We suggests general code-spec, parser and implement spec.
[![code-style](https://github.com/cable8mm/good-code-parser/actions/workflows/code-style.yml/badge.svg)](https://github.com/cable8mm/good-code-parser/actions/workflows/code-style.yml)
[![run-tests](https://github.com/cable8mm/good-code-parser/actions/workflows/run-tests.yml/badge.svg)](https://github.com/cable8mm/good-code-parser/actions/workflows/run-tests.yml)
![Packagist Version](https://img.shields.io/packagist/v/esc-company/good-code-parser)
![Packagist Downloads](https://img.shields.io/packagist/dt/esc-company/good-code-parser)
![Packagist Dependency Version](https://img.shields.io/packagist/dependency-v/esc-company/good-code-parser/php)
![Packagist Stars](https://img.shields.io/packagist/stars/esc-company/good-code-parser)
![Packagist License](https://img.shields.io/packagist/l/esc-company/good-code-parser)

A robust code specification is crucial within the commercial market industry, especially for online stores like Amazon. The integration of online stores with Warehouse Management Systems (WMS) is essential as both systems handle extensive seller and product data. Therefore, we recommend implementing a solid structure and providing robust support for these systems.

These specifications cover a variety of online stores, including Coupang, 11th Street, Naver Storefarm, and many others for a while.

We have provided the API Documentation on the web. For more information, please visit https://www.palgle.com/good-code-parser/ ❤️

## Features

- [x] General good code parser
- [x] Gift good code parser
- [x] Set good code parser
- [x] Complex good code parser
- [x] Option Good code parser(No code, name matched by name)

## Install

Expand Down

0 comments on commit a31c329

Please sign in to comment.