Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

add day 5

add day 5 #2482

Workflow file for this run

name: Author Lines
on:
push:
pull_request:
# This command allows us to run the Action automatically from the Actions tab.
workflow_dispatch:
jobs:
Author_Lines:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check Author line of files
run: python .github/scripts/Author_Checker.py