Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test with johnbillion/plugin-infrastructure@dispatch-linting #152

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update Plugin Infrastructure to fdaa0e4a0f3cd35ecbc10059f16ca9b31466c4bf
johnbillion authored and github-actions[bot] committed Jan 2, 2025
commit 4544eaf8c33d2218649a90792634fc864f5a4e5d
2 changes: 1 addition & 1 deletion .github/workflows/acceptance-tests.yml
Original file line number Diff line number Diff line change
@@ -56,7 +56,7 @@ jobs:
- wp: '5.9'
php: '7.4'
fail-fast: false
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-acceptance-tests.yml@trunk
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-acceptance-tests.yml@fdaa0e4a0f3cd35ecbc10059f16ca9b31466c4bf
with:
node: false
php: ${{ matrix.php }}
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ jobs:
name: Build
permissions:
contents: write
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-build.yml@trunk
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-build.yml@fdaa0e4a0f3cd35ecbc10059f16ca9b31466c4bf
with:
node: false
tag: ${{ github.event_name != 'workflow_dispatch' }}
2 changes: 1 addition & 1 deletion .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@ jobs:
name: ${{ matrix.label }}
permissions:
contents: read
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-coding-standards.yml@trunk
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-coding-standards.yml@fdaa0e4a0f3cd35ecbc10059f16ca9b31466c4bf
strategy:
matrix:
label:
2 changes: 1 addition & 1 deletion .github/workflows/deploy-assets.yml
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ jobs:
name: WordPress.org
permissions:
contents: read
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-deploy-assets.yml@trunk
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-deploy-assets.yml@fdaa0e4a0f3cd35ecbc10059f16ca9b31466c4bf
with:
plugin: wp-crontrol
readme: readme.md
2 changes: 1 addition & 1 deletion .github/workflows/deploy-tag.yml
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ permissions: {}
jobs:
deploy:
name: Deploy Tag
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-deploy-tag.yml@trunk
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-deploy-tag.yml@fdaa0e4a0f3cd35ecbc10059f16ca9b31466c4bf
permissions:
contents: read
issues: write
2 changes: 1 addition & 1 deletion .github/workflows/lint-workflows.yml
Original file line number Diff line number Diff line change
@@ -27,4 +27,4 @@ jobs:
security-events: write
actions: read
contents: read
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-workflow-lint.yml@trunk
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-workflow-lint.yml@fdaa0e4a0f3cd35ecbc10059f16ca9b31466c4bf
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@ jobs:
name: ${{ matrix.label }}
permissions:
contents: read
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-static-analysis.yml@trunk
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-static-analysis.yml@fdaa0e4a0f3cd35ecbc10059f16ca9b31466c4bf
strategy:
matrix:
label:
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@
"codeception/module-webdriver": "^1.0",
"codeception/util-universalframework": "^1.0",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"johnbillion/plugin-infrastructure": "dev-trunk",
"johnbillion/plugin-infrastructure": "dev-dispatch-linting",
"johnbillion/wp-compat": "0.2.3",
"lucatume/wp-browser": "3.2.1",
"phpcompatibility/phpcompatibility-wp": "2.1.5",