Skip to content

utils.py with function to get repositories for given hpc #217

utils.py with function to get repositories for given hpc

utils.py with function to get repositories for given hpc #217

Workflow file for this run

name: build-core
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 16
- run: |
npm install
npm run build