Skip to content

Anthony/chore/suppress warning (#268) * Fix warning messages * WF-3 * Remove spliced conditional reader for cljs require --------- Co-authored-by: caumond <[email protected]> pushed by caumond, to test and lint - $f021fea5d7d4bc3d677e7d37f867c258784354ed #9

Anthony/chore/suppress warning (#268) * Fix warning messages * WF-3 * Remove spliced conditional reader for cljs require --------- Co-authored-by: caumond <[email protected]> pushed by caumond, to test and lint - $f021fea5d7d4bc3d677e7d37f867c258784354ed

Anthony/chore/suppress warning (#268) * Fix warning messages * WF-3 * Remove spliced conditional reader for cljs require --------- Co-authored-by: caumond <[email protected]> pushed by caumond, to test and lint - $f021fea5d7d4bc3d677e7d37f867c258784354ed #9

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