Skip to content

fix(datasets): Use put() and get() instead of copy in TensorFlowModelDataset's _save and _load methods. #3296

fix(datasets): Use put() and get() instead of copy in TensorFlowModelDataset's _save and _load methods.

fix(datasets): Use put() and get() instead of copy in TensorFlowModelDataset's _save and _load methods. #3296

name: Lint PR
on:
pull_request:
types:
- opened
- edited
- synchronize
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
with:
scopes: |
airflow
datasets
docker
telemetry
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}