Skip to content

Commit

Permalink
Create ui-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
khleomix authored Mar 22, 2024
1 parent 0a5a2e9 commit efb6e0f
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/ui-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: Test My Theme

on:
push:
branches: [ main ] ## Change the branch name to match yours
pull_request:
branches: [ main ] ## Change the branch name to match yours


jobs:
run_tests:
runs-on: ubuntu-latest

steps:

- uses: actions/setup-node@v1
with:
node-version: '20'

- name: Theme Test
id: test
uses: Wordpress/theme-review-action@trunk
with:
accessible-ready: true
ui-debug: true

- uses: actions/upload-artifact@v2
if: ${{ always() }}
with:
name: Screenshots

0 comments on commit efb6e0f

Please sign in to comment.