Skip to content

chore: test release #112

chore: test release

chore: test release #112

Workflow file for this run

---
name: Git
on: [pull_request]
jobs:
build:
name: Branch is clean
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- name: Fetch base branch
run: |
git fetch --no-tags --prune origin "+refs/heads/${BASE}:refs/remotes/origin/${BASE}"
env:
BASE: ${{ github.base_ref }}
- name: JudCoCo
uses: MeilleursAgents/JudCoCo@master
with:
base: origin/${{ github.base_ref }}
head: HEAD