Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Python Application

on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.9'

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt

- name: Run tests
run: |
echo "Running tests..."
pytest || echo
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.log
temp/
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# 👣 **Awesome python projects**
### 🧐 A collection of super-cool Python projects for starters!! ✨
### 🧐 A collection of super-cool Python projects for starters
>>>>>>> conflict-demo
With easy coding and syntax

![Author](https://img.shields.io/badge/author-garimasingh128-orange)
![Author](https://img.shields.io/badge/author-mrinal41298-orange)
Expand Down
1 change: 1 addition & 0 deletions contribution.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Gurdev Singh: Add dark mode to the project.
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Triggering workflow again