Skip to content

build(deps): bump i18next from 23.11.0 to 23.11.1 in /website #3435

build(deps): bump i18next from 23.11.0 to 23.11.1 in /website

build(deps): bump i18next from 23.11.0 to 23.11.1 in /website #3435

Workflow file for this run

name: "Yamllint GitHub Actions"
# yamllint disable-line rule:truthy
on: [push, pull_request]
jobs:
yamllint:
name: "Yamllint"
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: actions/checkout@v2
- name: "Yamllint"
uses: karancode/yamllint-github-action@v2.0.0
with:
yamllint_file_or_dir: "."
yamllint_config_filepath: ".github/linters/.yaml-lint.yml"
yamllint_strict: true
yamllint_comment: true
env:
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}