Skip to content

Commit

Permalink
Merge branch 'beta' of https://github.com/futtta/autoptimize into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
futtta committed Dec 28, 2023
2 parents 75567e7 + 17f08e0 commit 0efc912
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/plugin-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: 'Plugin Checker'
on:
pull_request:
push:
branches:
- beta

jobs:
prepare:
name: "Plugin Checker"

runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Run plugin check
uses: swissspidy/wp-plugin-check-action@main
with:
exclude-directories: vendor

0 comments on commit 0efc912

Please sign in to comment.