Skip to content

Add solution to day 1 #384

Add solution to day 1

Add solution to day 1 #384

Workflow file for this run

name: File Names
on:
push:
pull_request:
# This command allows us to run the Action automatically from the Actions tab.
workflow_dispatch:
jobs:
File_Names:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check Naming of files
run: python .github/scripts/Naming_Checker.py