Skip to content

All: Formatting adjusted (#267) * Update all zprintrcs * Formatting done * code alias error fixed pushed by Kaspazza, to test and lint - $ac471fc0e2ae80b2aa3923f79d144809cf8aed98 #102

All: Formatting adjusted (#267) * Update all zprintrcs * Formatting done * code alias error fixed pushed by Kaspazza, to test and lint - $ac471fc0e2ae80b2aa3923f79d144809cf8aed98

All: Formatting adjusted (#267) * Update all zprintrcs * Formatting done * code alias error fixed pushed by Kaspazza, to test and lint - $ac471fc0e2ae80b2aa3923f79d144809cf8aed98 #102

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:v0.0.1