Skip to content

Bump @wordpress/stylelint-config from 21.41.0 to 22.7.0 (#631) #113

Bump @wordpress/stylelint-config from 21.41.0 to 22.7.0 (#631)

Bump @wordpress/stylelint-config from 21.41.0 to 22.7.0 (#631) #113

name: Plugin asset/readme update
on:
push:
branches:
- master
jobs:
master:
name: Push to master
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: php-actions/composer@v5
with:
args: --ignore-platform-reqs
- name: WordPress.org plugin asset/readme update
uses: 10up/action-wordpress-plugin-asset-update@stable
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}