Skip to content

build(deps-dev): bump @types/react-dom in /website #3343

build(deps-dev): bump @types/react-dom in /website

build(deps-dev): bump @types/react-dom in /website #3343

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/[email protected]
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 }}