Skip to content

Update version badge to 0.4.3 #35

Update version badge to 0.4.3

Update version badge to 0.4.3 #35

Workflow file for this run

name: CI
on:
push:
branches: [ main, dev ]
pull_request:
branches: [ main, dev ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up python
run: echo "Setting up python environment"
- name: Run tests
run: |
echo "Running tests for git-repokit"
# Add testing commands here
- name: Build
run: |
echo "Building git-repokit"
# Add build commands here