Skip to content

tst pushed by caumond, to test and lint - $8a6b141de5b62191f4b7da085ecf2a164dd58a41 #27

tst pushed by caumond, to test and lint - $8a6b141de5b62191f4b7da085ecf2a164dd58a41

tst pushed by caumond, to test and lint - $8a6b141de5b62191f4b7da085ecf2a164dd58a41 #27

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@v3
- 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_runner:latest