Skip to content

Commit

Permalink
add some github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
truemiller committed Feb 15, 2024
1 parent b613764 commit 579e6a1
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# TBA
name: Frontend Workflow

on: [pull_request]

jobs:
build:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v2

- name: Install Node.js
uses: actions/setup-node@v1
with:
node-version: 12

# Python
- uses: actions/setup-python@v4
with:
python-version: "3.10"

- uses: snok/install-poetry@v1
with:
version: "1.7.1"
virtualenvs-create: true
virtualenvs-in-project: false
virtualenvs-path: ~/my-custom-path
installer-parallel: true
File renamed without changes.

0 comments on commit 579e6a1

Please sign in to comment.