Skip to content

1.1.2-la pushed by Kaspazza, to test and lint - $2d4a65b952eb375c3d9dfc520e9759e495eba80d #227

1.1.2-la pushed by Kaspazza, to test and lint - $2d4a65b952eb375c3d9dfc520e9759e495eba80d

1.1.2-la pushed by Kaspazza, to test and lint - $2d4a65b952eb375c3d9dfc520e9759e495eba80d #227

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:1.1.2-la