Skip to content

feat: comprehensive history protection system #20

feat: comprehensive history protection system

feat: comprehensive history protection system #20

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