Skip to content

K8s/app-log #16

K8s/app-log

K8s/app-log #16

Workflow file for this run

name: Score CodeCollection
on:
workflow_dispatch:
pull_request:
paths:
- "codebundles/**"
- ".github/workflows/score.yaml"
- "!src/VERSION"
permissions:
contents: 'write'
jobs:
score-codebundles:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set Git user
run: |
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
- uses: runwhen-contrib/github-actions/codecollection-score@main
with:
directory: './codebundles'