Skip to content

Commit

Permalink
Merge pull request #748 from AIHawk-app/main
Browse files Browse the repository at this point in the history
Sync release branch
  • Loading branch information
surapuramakhil authored Nov 4, 2024
2 parents 1096437 + 7878267 commit 0d5344b
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 231 deletions.
32 changes: 0 additions & 32 deletions .github/ISSUE_TEMPLATE/duplicate-issue.yml

This file was deleted.

46 changes: 0 additions & 46 deletions .github/ISSUE_TEMPLATE/goodfirst-issue.yml

This file was deleted.

39 changes: 0 additions & 39 deletions .github/ISSUE_TEMPLATE/help-issue.yml

This file was deleted.

39 changes: 0 additions & 39 deletions .github/ISSUE_TEMPLATE/invalid-issue.yml

This file was deleted.

39 changes: 0 additions & 39 deletions .github/ISSUE_TEMPLATE/question-issue.yml

This file was deleted.

32 changes: 0 additions & 32 deletions .github/ISSUE_TEMPLATE/wontfix-issue.yml

This file was deleted.

3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Python CI
on:
push:
pull_request:
types: [opened, synchronize, reopened]

jobs:
test:
Expand All @@ -21,4 +22,4 @@ jobs:
run: pip install -r requirements.txt

- name: Run tests
run: pytest
run: pytest
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,6 @@ ENV/
env.bak/
venv.bak/

# GitHub
.github/

# MacOS
.DS_Store

Expand Down

0 comments on commit 0d5344b

Please sign in to comment.