fix: Fix datastore writer copying non-table scenario #164
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# External PRs need their own linter in main, but we need the branch name to publish packages | |
# So we explicitly just run the linting on external forks for now. | |
name: lint-external-prs | |
on: [pull_request_target] | |
jobs: | |
lint: | |
if: "github.event.pull_request.head.repo.fork" | |
uses: ./.github/workflows/lint.yml |