Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

feat: New fees input fields add tocart query andcheckout mutation#1036

feat: New fees input fields add tocart query andcheckout mutation

feat: New fees input fields add tocart query andcheckout mutation #1036

Workflow file for this run

name:Coding Standards
on:
push:
branches:
-develop
-master
pull_request:
branches:
-develop
paths:
-'**.php'
-'!docs/**'
jobs:
Coding-Standards:
runs-on:ubuntu-latest
name:"Linting WooGraphQL code w/ PHPCS"
steps:
-name:Checkout
uses:actions/checkout@v1
-name:Setup PHP
uses:shivammathur/setup-php@v2
with:
php-version:8.1
extensions:mbstring, intl
tools:composer:v2
-name:Get Composer Cache Directory
id:composer-cache
run:echo "::set-output name=dir::$(composer config cache-files-dir)"
-name:Install dependencies
run:|
composer install
-name:Cache dependencies
uses:actions/cache@v1
with:
path:${{ steps.composer-cache.outputs.dir }}
key:${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
restore-keys:${{ runner.os }}-composer
-name:Run PHP CodeSniffer
run:composer lint

[8]ページ先頭

©2009-2025 Movatter.jp