Skip to content

WI-414 - build,monorepo: Update for la environment (#283) * [Unrelated] - developer tooling docs update * Update version management to work with la deploy * Update code for la env pushed by Kaspazza, to test and lint - $234e0ce36479fc96df1b3a478fbbe01badd8b82a #120

WI-414 - build,monorepo: Update for la environment (#283) * [Unrelated] - developer tooling docs update * Update version management to work with la deploy * Update code for la env pushed by Kaspazza, to test and lint - $234e0ce36479fc96df1b3a478fbbe01badd8b82a

WI-414 - build,monorepo: Update for la environment (#283) * [Unrelated] - developer tooling docs update * Update version management to work with la deploy * Update code for la env pushed by Kaspazza, to test and lint - $234e0ce36479fc96df1b3a478fbbe01badd8b82a #120

name: Commit validation
run-name: ${{ github.event.head_commit.message }} pushed by ${{ github.actor }}, to test and lint - $${{ github.sha }}
on: [push]
jobs:
run-bb:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Set ownership
run: |
# this is to fix GIT not liking owner of the checkout dir, See https://github.com/actions/runner/issues/2033
chown -R $(id -u):$(id -g) $PWD
- name: Base image
uses: docker://hephaistox/gha-automaton-core:0.0.71