Skip to content

feat(Cookies): Updates WP Cookie Expiration to Same as Session Length #392

feat(Cookies): Updates WP Cookie Expiration to Same as Session Length

feat(Cookies): Updates WP Cookie Expiration to Same as Session Length #392

Workflow file for this run

name: Internationalization
on:
pull_request:
push:
branches:
- 'develop'
- 'release/**'
- 'feature/**'
- 'fix/**'
env:
WP_MULTISITE: 0
ACTION_VERSION: 3
jobs:
check_i18n:
name: Setup & Check Internationalization
runs-on: ubuntu-latest
steps:
- name: Checkout Code
# https://github.com/marketplace/actions/checkout
uses: actions/checkout@v2
- name: Setup Node Environment
# https://github.com/marketplace/actions/setup-node-js-environment
uses: actions/setup-node@v2
with:
node-version-file: '.nvmrc'
cache: ${{ !env.ACT && 'npm' || '' }}
- name: NPM Install
run: npm ci
- name: Check i18n Compliance
run: npm run i18n:check