Skip to content

#857: Updated R to 4.3 and the R package in standard 7.1 flavor #437

#857: Updated R to 4.3 and the R package in standard 7.1 flavor

#857: Updated R to 4.3 and the R package in standard 7.1 flavor #437

name: Check AWS buildspec
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_aws_buildspec.sh
run: bash githooks/update_aws_buildspec.sh
- name: Check git status
run: bash scripts/check_git_status.sh