Moved prepare-commit-msg git hook to bash #193
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Yadm Test | |
on: | |
push: | |
jobs: | |
yadm-test: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v3 | |
- name: Build Docker image | |
run: docker build -f .github/Dockerfile -t arch-yadm .github/ | |
- name: Run yadm-test script | |
run: docker run --rm arch-yadm |