Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
trungkodekloud committed Dec 6, 2023
0 parents commit af5ee32
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/python-installation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Installing Python

on: [push]

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.7

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# lab2

0 comments on commit af5ee32

Please sign in to comment.