Skip to content

Commit

Permalink
Merge branch 'main' of github.com:kryptokrona/hugin-desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
n9lsjr committed Dec 19, 2023
2 parents 4ae8b04 + ee2c8d3 commit eb7175a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ jobs:
- name: Check out Git repository
uses: actions/checkout@v1

- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: 3.11

- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v1
with:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/pr-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ jobs:
- name: Check out Git repository
uses: actions/checkout@v1

- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: 3.11

- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit eb7175a

Please sign in to comment.