Skip to content

translate Passing props to a component page #308

translate Passing props to a component page

translate Passing props to a component page #308

Workflow file for this run

name: Site Lint / Heading ID check
on:
push:
branches:
- main # change this if your default branch is named differently
pull_request:
types: [opened, synchronize, reopened]
jobs:
lint:
runs-on: ubuntu-latest
name: Lint on node 12.x and ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 12.x
uses: actions/setup-node@v1
with:
node-version: 12.x
- name: Install deps and build (with cache)
uses: bahmutov/[email protected]
- name: Lint codebase
run: yarn ci-check