Skip to content

Merge pull request #11 from YeetCode-devs/staging/hakimi #23

Merge pull request #11 from YeetCode-devs/staging/hakimi

Merge pull request #11 from YeetCode-devs/staging/hakimi #23

Workflow file for this run

name: Add License
on:
push:
branches: [ main ]
jobs:
add-license:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Required to retrieve full commit history
persist-credentials: false # Required to allow the use of the token to push back to the repository
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Add License
run: |
python scripts/add_license.py
- uses: GuillaumeFalourd/[email protected]
with:
commit_message: "Add license to files"
target_branch: main