Skip to content

Fix typo: GetRepo -> GitRepo #3

Fix typo: GetRepo -> GitRepo

Fix typo: GetRepo -> GitRepo #3

Workflow file for this run

name: Run tests of relman.py
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
run_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Configure arbitrary Git user
run: |
git config --global user.name "Testy McTesterson"
git config --global user.email "[email protected]"
- name: Invoke test.py
run: ./test.py