Temp PR to check if memory leak tests for emit dataframe work #583
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
name: Check starter scripts | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Init submodules | |
run: git submodule update --init --recursive | |
- uses: ./.github/actions/prepare_poetry_env | |
- name: Setup poetry env | |
run: bash scripts/setup_poetry_env.sh "python3.8" | |
- name: Run githooks/update_exaslct_starter_scripts.sh | |
run: bash githooks/update_exaslct_starter_scripts.sh | |
- name: Check git status | |
run: bash scripts/check_git_status.sh |