Skip to content

Commit

Permalink
Update 10up toolkit
Browse files Browse the repository at this point in the history
  • Loading branch information
tlovett1 committed Jun 15, 2024
1 parent a50ab99 commit 5b9ef93
Show file tree
Hide file tree
Showing 10 changed files with 7,235 additions and 20,015 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
uses: reviewdog/action-stylelint@v1
with:
reporter: github-pr-review
stylelint_input: '**/*.css'
stylelint_config: '.stylelintrc.js'
stylelint_input: "**/*.css"
stylelint_config: ".stylelintrc.js"
fail_on_error: true
eslint:
name: eslint
Expand All @@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: "18"
- name: eslint
uses: reviewdog/action-eslint@v1
with:
Expand All @@ -38,15 +38,15 @@ jobs:
name: phpcs
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set PHP version
uses: shivammathur/setup-php@v2
with:
php-version: '7.3'
coverage: none
tools: composer:v2
- name: composer install
run: composer install
- name: PHPCS check
run: ./vendor/bin/phpcs .
- name: Checkout
uses: actions/checkout@v2
- name: Set PHP version
uses: shivammathur/setup-php@v2
with:
php-version: "8.1"
coverage: none
tools: composer:v2
- name: composer install
run: composer install
- name: PHPCS check
run: ./vendor/bin/phpcs .
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
18
2 changes: 1 addition & 1 deletion dist/css/admin.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array(), 'version' => '2f9b31eecb0abbfde268');
<?php return array('dependencies' => array(), 'version' => '9c247eb8cd54451023c8');
2 changes: 1 addition & 1 deletion dist/css/admin.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/passwords-styles.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array(), 'version' => '1e75f41ac5f64ab6cdb8');
<?php return array('dependencies' => array(), 'version' => 'ea6cee1408ca8733c5eb');
2 changes: 1 addition & 1 deletion dist/css/passwords-styles.css
Original file line number Diff line number Diff line change
@@ -1 +1 @@
.pw-weak{display:none!important}#login p.description.indicator-hint{margin-top:9pt}.pw-message{color:#666;font-style:italic}
.pw-weak{display:none!important}#login p.description.indicator-hint{margin-top:12px}.pw-message{color:#666;font-style:italic}
Binary file modified dist/img/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist/img/logo@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 5b9ef93

Please sign in to comment.