8000 updated · RobACurtis/Learning-Python@503f0bc · GitHub
[go: up one dir, main page]

Skip to content

Commit 503f0bc

Browse files
committed
updated
1 parent 3fd3e37 commit 503f0bc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+54
-0
lines changed

learning-python/.github/CODEOWNERS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Codeowners for these exercise files:
2+
# * (asterisk) deotes "all files and folders"
3+
# Example: * @producer @instructor
Lines changed: 34 additions & 0 deletions
Lines changed: 1 addition & 0 deletions
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Copy To Branches
2+
on:
3+
workflow_dispatch:
4+
jobs:
5+
copy-to-branches:
6+
runs-on: ubuntu-latest
7+
steps:
8+
- uses: actions/checkout@v2
9+
with:
10+
fetch-depth: 0
11+
- name: Copy To Branches Action
12+
uses: planetoftheweb/copy-to-branches@v1

learning-python/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.DS_Store
2+
node_modules
3+
.tmp
4+
npm-debug.log

0 commit comments

Comments
 (0)
0