Skip to content

docs: Explain why event_timestamp is required in entity_df #13637

docs: Explain why event_timestamp is required in entity_df

docs: Explain why event_timestamp is required in entity_df #13637

Workflow file for this run

name: lint-pr
on:
pull_request:
types:
- opened
- edited
- synchronize
jobs:
validate-title:
if:
github.event.pull_request.base.repo.full_name == 'feast-dev/feast'
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
sparse-checkout: .commitlintrc.yaml
sparse-checkout-cone-mode: false
- name: Lint PR title with commitlint
env:
PR_TITLE: ${{ github.event.pull_request.title }}
run: |
npm install --no-save @commitlint/cli @commitlint/config-conventional
echo "$PR_TITLE" | npx commitlint